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

/freebsd-10-stable/lib/libfetch/
H A Dfetch.h103 FILE *fetchPutHTTP(struct url *, const char *);
H A DMakefile70 MLINKS+= fetch.3 fetchPutHTTP.3
H A Dfetch.c117 return (fetchPutHTTP(URL, flags));
119 return (fetchPutHTTP(URL, flags));
H A Dhttp.c2061 fetchPutHTTP(struct url *URL __unused, const char *flags __unused) function
2063 warnx("fetchPutHTTP(): not implemented");

Completed in 79 milliseconds