Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dhttp.c306 http_writefn(void *v, const char *buf, int len) in http_writefn() function
344 f = funopen(io, http_readfn, http_writefn, NULL, http_closefn); in http_funopen()