Searched refs:fetchMakeURL (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | fetch.h | 125 struct url *fetchMakeURL(const char *, const char *, int,
|
H A D | Makefile | 71 MLINKS+= fetch.3 fetchMakeURL.3
|
H A D | fetch.c | 251 fetchMakeURL(const char *scheme, const char *host, int port, const char *doc, in fetchMakeURL() function
|
H A D | http.c | 1028 new = fetchMakeURL(url->scheme, url->host, url->port, p, in _http_request()
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | fetch.h | 147 struct url *fetchMakeURL(const char *, const char *, int,
|
H A D | fetch.c | 261 fetchMakeURL(const char *scheme, const char *host, int port, const char *doc, in fetchMakeURL() function
|