Searched refs:fetchStatHTTP (Results 1 – 3 of 3) sorted by relevance
120 int fetchStatHTTP(struct url *, struct url_stat *, const char *);
147 return (fetchStatHTTP(URL, us, flags)); in fetchStat()149 return (fetchStatHTTP(URL, us, flags)); in fetchStat()
1253 fetchStatHTTP(struct url *URL, struct url_stat *us, const char *flags) in fetchStatHTTP() function