Home
last modified time | relevance | path

Searched refs:luaZ_fill (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlzio.h21 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
64 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c20 int luaZ_fill (ZIO *z) { in luaZ_fill() function
49 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.h22 #define zgetc(z) (((z)->n--)>0 ? char2int(*(z)->p++) : luaZ_fill(z))
65 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c21 int luaZ_fill (ZIO *z) { in luaZ_fill() function
37 if (luaZ_fill(z) == EOZ) in luaZ_lookahead()