Home
last modified time | relevance | path

Searched refs:fetchMakeURL (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.h129 struct url *fetchMakeURL(const char *, const char *, int,
H A DMakefile62 MLINKS+= fetch.3 fetchMakeURL.3
H A Dfetch.c254 fetchMakeURL(const char *scheme, const char *host, int port, const char *doc, in fetchMakeURL() function
H A Dhttp.c1903 new = fetchMakeURL(url->scheme, url->host, in http_request_body()