Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c105 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) { in db_getinfo()
329 level = (int)lua_tointeger(L, arg+2); in db_errorfb()
H A Dlauxlib.c190 lua_Integer d = lua_tointeger(L, narg); in luaL_checkinteger()
281 int n = (lua_type(L, -1) == LUA_TNUMBER) ? lua_tointeger(L, -1) : -1; in checkint()
489 ref = (int)lua_tointeger(L, -1); /* ref = t[FREELIST_REF] */ in luaL_ref()
H A Dloslib.c113 res = (int)lua_tointeger(L, -1); in getfield()
H A Dlua_cmsgpack.c359 lua_Integer i = lua_tointeger(L,-1); in mp_encode_lua_integer()
447 if (!lua_isinteger(L,-1) || (n = lua_tointeger(L, -1)) <= 0) in table_is_an_array()
H A Dlua.h147 LUA_API lua_Integer (lua_tointeger) (lua_State *L, int idx);
H A Dliolib.c348 size_t l = (size_t)lua_tointeger(L, n); in g_read()
H A Dlstrlib.c557 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3)); in gmatch_aux()
H A Dlapi.c323 LUA_API lua_Integer lua_tointeger (lua_State *L, int idx) { in lua_tointeger() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c490 ref = (int)lua_tointeger(L, -1); /* ref = t[freelist] */ in luaL_ref()
784 if (lua_tointeger(L, -1) != -0x1234 || in luaL_checkversion_()
H A Dlstrlib.c661 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3)); in gmatch_aux()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h320 #define lua_tointeger(L,i) lua_tointegerx(L,i,NULL) macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1370 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()