Searched refs:io_read (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | common.c | 1108 ssize_t (*io_read)(void *, void *, size_t); member 1123 fetchIO_unopen(void *io_cookie, ssize_t (*io_read)(void *, void *, size_t), 1134 f->io_read = io_read; 1144 if (f->io_read == NULL) 1146 return (*f->io_read)(f->io_cookie, buf, len); 1152 if (f->io_read == NULL)
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | coder.c | 682 strm.avail_in = io_read(pair, &in_buf, in coder_normal() 782 strm.avail_in = io_read( in coder_normal() 853 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_passthru() 883 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_run()
|
H A D | file_io.h | 116 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
|
H A D | file_io.c | 1112 io_read(file_pair *pair, io_buf *buf_union, size_t size) in io_read() function 1182 const size_t amount = io_read(pair, buf, size); in io_pread()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_afalg.c | 119 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function 256 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio() 293 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_afalg.c | 122 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function 304 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio() 350 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | liolib.c | 618 static int io_read (lua_State *L) { in io_read() function 751 {"read", io_read},
|