Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dfetch.h103 FILE *fetchPutHTTP(struct url *, const char *);
H A Dfetch.c118 return (fetchPutHTTP(URL, flags)); in fetchPut()
120 return (fetchPutHTTP(URL, flags)); in fetchPut()
H A DMakefile67 MLINKS+= fetch.3 fetchPutHTTP.3
H A Dhttp.c2107 fetchPutHTTP(struct url *URL __unused, const char *flags __unused) in fetchPutHTTP() function