Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfile.c129 f = fetchIO_unopen(cookie, fetchFile_read, fetchFile_write, fetchFile_close); in fetchXGetFile()
181 f = fetchIO_unopen(cookie, fetchFile_read, fetchFile_write, fetchFile_close); in fetchPutFile()
H A Dcommon.h124 fetchIO *fetchIO_unopen(void *, ssize_t (*)(void *, void *, size_t),
H A Dftp.c671 f = fetchIO_unopen(io, ftp_readfn, ftp_writefn, ftp_closefn); in ftp_setup()
1214 return fetchIO_unopen(NULL, NULL, NULL, NULL); in ftp_request()
H A Dcommon.c1123 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t), function