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

/freebsd-13-stable/lib/libfetch/
H A Dfetch.h105 FILE *fetchPutHTTP(struct url *, const char *);
H A DMakefile66 MLINKS+= fetch.3 fetchPutHTTP.3
H A Dfetch.c121 return (fetchPutHTTP(URL, flags));
123 return (fetchPutHTTP(URL, flags));
H A Dhttp.c2108 fetchPutHTTP(struct url *URL __unused, const char *flags __unused) function
2110 warnx("fetchPutHTTP(): not implemented");

Completed in 66 milliseconds