HomeSort by: relevance | last modified time | path
    Searched refs:fetchIO_unopen (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/fetch/dist/libfetch/
file.c 129 f = fetchIO_unopen(cookie, fetchFile_read, fetchFile_write, fetchFile_close);
181 f = fetchIO_unopen(cookie, fetchFile_read, fetchFile_write, fetchFile_close);
common.h 125 fetchIO *fetchIO_unopen(void *, ssize_t (*)(void *, void *, size_t),
ftp.c 672 f = fetchIO_unopen(io, ftp_readfn, ftp_writefn, ftp_closefn);
1211 return fetchIO_unopen(NULL, NULL, NULL, NULL);
common.c 1083 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t),
http.c 368 f = fetchIO_unopen(io, http_readfn, http_writefn, http_closefn);

Completed in 17 milliseconds