Searched refs:lua_rawseti (Results 1 – 9 of 9) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ltablib.c | 104 lua_rawseti(L, 1, i); /* t[i] = t[i-1] */ in tinsert() 113 lua_rawseti(L, 1, pos); /* t[pos] = v */ in tinsert() 127 lua_rawseti(L, 1, pos); /* t[pos] = t[pos+1] */ in tremove() 130 lua_rawseti(L, 1, e); /* t[e] = nil */ in tremove() 174 lua_rawseti(L, 1, i); in set2() 175 lua_rawseti(L, 1, j); in set2()
|
| H A D | lauxlib.c | 493 lua_rawseti(L, t, FREELIST_REF); /* (t[FREELIST_REF] = t[ref]) */ in luaL_ref() 499 lua_rawseti(L, t, ref); in luaL_ref() 508 lua_rawseti(L, t, ref); /* t[ref] = t[FREELIST_REF] */ in luaL_unref() 510 lua_rawseti(L, t, FREELIST_REF); /* t[FREELIST_REF] = ref */ in luaL_unref()
|
| H A D | liolib.c | 213 lua_rawseti(L, LUA_ENVIRONINDEX, f); in g_iofile() 522 lua_rawseti(L, LUA_ENVIRONINDEX, k); in createstdfile()
|
| H A D | lua.c | 128 lua_rawseti(L, -2, i - n); in getargs()
|
| H A D | lua.h | 193 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
|
| H A D | loadlib.c | 646 lua_rawseti(L, -2, i+1); in luaopen_package()
|
| H A D | lua_cjson.c | 1207 lua_rawseti(l, -2, i); /* arr[i] = value */ in json_parse_array_context()
|
| H A D | lapi.c | 684 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 1084 lua_rawseti(lua,-2,j+1); in luaSetGlobalArray()
|