Home
last modified time | relevance | path

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

/dflybsd-src/lib/libfetch/
H A Dfetch.c146 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
148 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
H A Dfetch.h106 int fetchStatHTTP(struct url *, struct url_stat *, const char *);
H A DMakefile64 MLINKS+= fetch.3 fetchStatHTTP.3
H A Dhttp.c2076 fetchStatHTTP(struct url *URL, struct url_stat *us, const char *flags) in fetchStatHTTP() function