Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libfetch/
H A Dfetch.h104 int fetchStatHTTP(struct url *, struct url_stat *, const char *);
H A Dfetch.c143 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
145 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
H A DMakefile74 MLINKS+= fetch.3 fetchStatHTTP.3
H A Dhttp.c2117 fetchStatHTTP(struct url *URL, struct url_stat *us, const char *flags) in fetchStatHTTP() function