Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.c122 return (fetchPutHTTP(URL, flags)); in fetchPut()
124 return (fetchPutHTTP(URL, flags)); in fetchPut()
H A Dfetch.h105 FILE *fetchPutHTTP(struct url *, const char *);
H A DMakefile58 MLINKS+= fetch.3 fetchPutHTTP.3
H A Dhttp.c2066 fetchPutHTTP(struct url *URL __unused, const char *flags __unused) in fetchPutHTTP() function