Searched refs:luaZ_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lzio.h | 48 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
|
H A D | lzio.c | 44 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read() function
|
/freebsd/contrib/lua/src/ |
H A D | lzio.c | 48 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read() function
|
H A D | lzio.h | 49 LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */
|
H A D | lundump.c | 53 if (luaZ_read(S->Z, b, size) != 0) in loadBlock()
|