Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua_cmsgpack.c35 #define lua_pushunsigned(L, n) lua_pushnumber(L, n) macro
37 #define lua_pushunsigned(L, n) lua_pushinteger(L, n) macro
587 lua_pushunsigned(L,c->p[1]); in mp_decode_to_lua_type()
597 lua_pushunsigned(L, in mp_decode_to_lua_type()
611 lua_pushunsigned(L, in mp_decode_to_lua_type()
629 lua_pushunsigned(L, in mp_decode_to_lua_type()
762 lua_pushunsigned(L,c->p[0]); in mp_decode_to_lua_type()