Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.h20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
63 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c19 int luaZ_fill (ZIO *z) { in luaZ_fill() function
48 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
/freebsd/contrib/lua/src/
H A Dlzio.c23 int luaZ_fill (ZIO *z) { in luaZ_fill() function
52 if (luaZ_fill(z) == EOZ) /* try to read more */ in luaZ_read()
H A Dlzio.h20 #define zgetc(z) (((z)->n--)>0 ? cast_uchar(*(z)->p++) : luaZ_fill(z))
64 LUAI_FUNC int luaZ_fill (ZIO *z);