Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlundump.c44 #define LoadByte(S) (lu_byte)LoadChar(S) macro
170 f->nups=LoadByte(S); in LoadFunction()
171 f->numparams=LoadByte(S); in LoadFunction()
172 f->is_vararg=LoadByte(S); in LoadFunction()
173 f->maxstacksize=LoadByte(S); in LoadFunction()