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

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

Completed in 173 milliseconds