Home
last modified time | relevance | path

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

/redis-3.2.3/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()