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

/freebsd-12-stable/contrib/lua/src/
H A Dlzio.c23 int luaZ_fill (ZIO *z) { function
52 if (luaZ_fill(z) == EOZ) /* try to read more */
55 z->n++; /* luaZ_fill consumed first byte; put it back */
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);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlzio.c21 int luaZ_fill (ZIO *z) { function
50 if (luaZ_fill(z) == EOZ) /* try to read more */
53 z->n++; /* luaZ_fill consumed first byte; put it back */
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);

Completed in 148 milliseconds