Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlzio.h20 #define char2int(c) cast(int, cast(unsigned char, (c))) macro
22 #define zgetc(z) (((z)->n--)>0 ? char2int(*(z)->p++) : luaZ_fill(z))
H A Dlzio.c31 return char2int(*(z->p++)); in luaZ_fill()
44 return char2int(*z->p); in luaZ_lookahead()