Searched refs:luaZ_read (Results 1 – 3 of 3) sorted by relevance
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
58 size_t luaZ_read (ZIO *z, void *b, size_t n) { in luaZ_read() function
50 size_t r=luaZ_read(S->Z,b,size); in LoadBlock()