Home
last modified time | relevance | path

Searched refs:fetchListHTTP (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfetch.c159 return (fetchListHTTP(URL, flags)); in fetchList()
161 return (fetchListHTTP(URL, flags)); in fetchList()
H A Dfetch.h103 struct url_ent *fetchListHTTP(struct url *, const char *);
H A DMakefile69 MLINKS+= fetch.3 fetchListHTTP.3
H A Dhttp.c1227 fetchListHTTP(struct url *url __unused, const char *flags __unused) in fetchListHTTP() function
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h121 int fetchListHTTP(struct url_list *, struct url *, const char *,
H A Dfetch.c168 return (fetchListHTTP(ue, URL, pattern, flags)); in fetchList()
170 return (fetchListHTTP(ue, URL, pattern, flags)); in fetchList()