Home
last modified time | relevance | path

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

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