Home
last modified time | relevance | path

Searched refs:luaZ_lookahead (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.c35 int luaZ_lookahead (ZIO *z) { in luaZ_lookahead() function
61 if (luaZ_lookahead(z) == EOZ) in luaZ_read()
H A Dlzio.h50 LUAI_FUNC int luaZ_lookahead (ZIO *z);
H A Dldo.c496 int c = luaZ_lookahead(p->z); in f_parser()