Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_bit.c61 #if LUA_VERSION_NUM < 502 in barg()
85 #if LUA_VERSION_NUM < 502 in barg()
182 #if LUA_VERSION_NUM < 502 in luaopen_bit()
H A Dlua_cmsgpack.c356 #if (LUA_VERSION_NUM < 503) && BITS_32 in mp_encode_lua_integer()
381 #if LUA_VERSION_NUM < 502 in mp_encode_lua_table_as_array()
427 #if LUA_VERSION_NUM < 503 in table_is_an_array()
443 #if LUA_VERSION_NUM < 503 in table_is_an_array()
492 #if LUA_VERSION_NUM < 503 in mp_encode_lua_type()
649 #if LUA_VERSION_NUM < 503 in mp_decode_to_lua_type()
926 #if LUA_VERSION_NUM < 502 in luaopen_cmsgpack()
947 #if LUA_VERSION_NUM < 502 in luaopen_cmsgpack_safe()
H A Dlua_struct.c40 #if (LUA_VERSION_NUM >= 502)
H A Dlua.h21 #define LUA_VERSION_NUM 501 macro
H A Dlua_cjson.c1295 #if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 502
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h28 #define luaL_checkversion(L) luaL_checkversion_(L, LUA_VERSION_NUM)
H A Dlua.h20 #define LUA_VERSION_NUM 502 macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c135 static const lua_Number version = LUA_VERSION_NUM; in lua_version()