Searched refs:io_read (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/xz/src/xz/ |
H A D | file_io.h | 135 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size);
|
H A D | coder.c | 1203 strm.avail_in = io_read(pair, &in_buf, read_size); in coder_normal() 1299 strm.avail_in = io_read( in coder_normal() 1372 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_passthru() 1402 strm.avail_in = io_read(pair, &in_buf, IO_BUFFER_SIZE); in coder_run()
|
H A D | file_io.c | 1241 io_read(file_pair *pair, io_buf *buf, size_t size) in io_read() function 1342 const size_t amount = io_read(pair, buf, size); in io_pread()
|
H A D | list.c | 378 strm.avail_in = io_read(pair, &buf, IO_BUFFER_SIZE); in parse_indexes()
|
/freebsd/crypto/openssl/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 303 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio() 349 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
|
/freebsd/contrib/lua/src/ |
H A D | liolib.c | 620 static int io_read (lua_State *L) { in io_read() function 762 {"read", io_read},
|