OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fetchPutHTTP
(Results
1 - 7
of
7
) sorted by relevancy
/src/share/examples/refuse/ian/libfetch/
fetch.h
101
FILE *
fetchPutHTTP
(struct url *, const char *);
Makefile
76
MLINKS+= fetch.3
fetchPutHTTP
.3
fetch.c
117
return (
fetchPutHTTP
(URL, flags));
119
return (
fetchPutHTTP
(URL, flags));
http.c
1201
fetchPutHTTP
(struct url *URL __unused, const char *flags __unused)
1203
warnx("
fetchPutHTTP
(): not implemented");
/src/external/bsd/fetch/dist/libfetch/
fetch.h
119
fetchIO *
fetchPutHTTP
(struct url *, const char *);
fetch.c
123
return (
fetchPutHTTP
(URL, flags));
125
return (
fetchPutHTTP
(URL, flags));
http.c
1294
fetchPutHTTP
(struct url *URL __unused, const char *flags __unused)
1296
fprintf(stderr, "
fetchPutHTTP
(): not implemented\n");
Completed in 39 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026