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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
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 60 milliseconds