Home | History | Annotate | Download | only in ftp

Lines Matching refs:FETCH

1 /*	$NetBSD: fetch.c,v 1.242 2024/11/29 04:31:57 lukem Exp $	*/
40 __RCSID("$NetBSD: fetch.c,v 1.242 2024/11/29 04:31:57 lukem Exp $");
818 print_host(FETCH *fin, const struct urlinfo *ui)
844 print_agent(FETCH *fin)
856 print_cache(FETCH *fin, int isproxy)
864 print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui,
925 print_proxy(FETCH *fin, int hasleading, const char *wwwauth,
949 print_connect(FETCH *fin, const struct urlinfo *ui)
978 getresponseline(FETCH *fin, char *buf, size_t buflen, int *len)
1000 getresponse(FETCH *fin, char **cp, size_t buflen, int *hcode)
1118 negotiate_connection(FETCH *fin, const char *url, const char *penv,
1283 connectmethod(FETCH *fin, const char *url, const char *penv,
1417 FETCH *volatile fin;
1918 "\n%s: HTTP fetch aborted.\n", getprogname());
1934 "\n%s: HTTP fetch timeout.\n", getprogname());
2227 /* Fetch the file(s). */
2397 * Loop through as long as there's files to fetch.