Searched refs:fetchIO_unopen (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | file.c | 129 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 D | common.h | 124 fetchIO *fetchIO_unopen(void *, ssize_t (*)(void *, void *, size_t),
|
H A D | ftp.c | 671 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 D | common.c | 1123 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t), function
|