Home
last modified time | relevance | path

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

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfetch.c117 return (fetchPutHTTP(URL, flags)); in fetchPut()
119 return (fetchPutHTTP(URL, flags)); in fetchPut()
H A Dfetch.h101 FILE *fetchPutHTTP(struct url *, const char *);
H A DMakefile76 MLINKS+= fetch.3 fetchPutHTTP.3
H A Dhttp.c1201 fetchPutHTTP(struct url *URL __unused, const char *flags __unused) in fetchPutHTTP() function
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h119 fetchIO *fetchPutHTTP(struct url *, const char *);
H A Dfetch.c123 return (fetchPutHTTP(URL, flags)); in fetchPut()
125 return (fetchPutHTTP(URL, flags)); in fetchPut()