Lines Matching defs:fin
749 print_host(FETCH *fin, const struct urlinfo *ui) in print_host()
775 print_agent(FETCH *fin) in print_agent()
787 print_cache(FETCH *fin, int isproxy) in print_cache()
795 print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui, in print_get()
851 print_proxy(FETCH *fin, int hasleading, const char *wwwauth, in print_proxy()
875 print_connect(FETCH *fin, const struct urlinfo *ui) in print_connect()
904 getresponseline(FETCH *fin, char *buf, size_t buflen, int *len) in getresponseline()
926 getresponse(FETCH *fin, char **cp, size_t buflen, int *hcode) in getresponse()
1043 negotiate_connection(FETCH *fin, const char *url, const char *penv, in negotiate_connection()
1204 connectmethod(FETCH *fin, const char *url, const char *penv, in connectmethod()
1333 FETCH *volatile fin; in fetch_url() local