Searched refs:lua_tointeger (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 105 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 D | lauxlib.c | 190 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 D | loslib.c | 113 res = (int)lua_tointeger(L, -1); in getfield()
|
| H A D | lua_cmsgpack.c | 359 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 D | lua.h | 147 LUA_API lua_Integer (lua_tointeger) (lua_State *L, int idx);
|
| H A D | liolib.c | 348 size_t l = (size_t)lua_tointeger(L, n); in g_read()
|
| H A D | lstrlib.c | 557 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3)); in gmatch_aux()
|
| H A D | lapi.c | 323 LUA_API lua_Integer lua_tointeger (lua_State *L, int idx) { in lua_tointeger() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 490 ref = (int)lua_tointeger(L, -1); /* ref = t[freelist] */ in luaL_ref() 784 if (lua_tointeger(L, -1) != -0x1234 || in luaL_checkversion_()
|
| H A D | lstrlib.c | 661 for (src = s + (size_t)lua_tointeger(L, lua_upvalueindex(3)); in gmatch_aux()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 320 #define lua_tointeger(L,i) lua_tointegerx(L,i,NULL) macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1370 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
|