Home
last modified time | relevance | path

Searched refs:fetchStatHTTP (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libfetch/
HDfetch.h104 int fetchStatHTTP(struct url *, struct url_stat *, const char *);
HDfetch.c143 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
145 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
HDMakefile73 MLINKS+= fetch.3 fetchStatHTTP.3
HDhttp.c2117 fetchStatHTTP(struct url *URL, struct url_stat *us, const char *flags) in fetchStatHTTP() function