Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c315 http_closefn(void *v) in http_closefn() function
342 f = funopen(io, http_readfn, http_writefn, NULL, http_closefn); in http_funopen()