Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dltablib.c104 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 Dlauxlib.c493 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 Dliolib.c213 lua_rawseti(L, LUA_ENVIRONINDEX, f); in g_iofile()
522 lua_rawseti(L, LUA_ENVIRONINDEX, k); in createstdfile()
H A Dlua.c128 lua_rawseti(L, -2, i - n); in getargs()
H A Dlua.h193 LUA_API void (lua_rawseti) (lua_State *L, int idx, int n); variable
H A Dloadlib.c646 lua_rawseti(L, -2, i+1); in luaopen_package()
H A Dlua_cjson.c1207 lua_rawseti(l, -2, i); /* arr[i] = value */ in json_parse_array_context()
H A Dlapi.c684 LUA_API void lua_rawseti (lua_State *L, int idx, int n) { in lua_rawseti() function
/redis-3.2.3/src/
H A Dscripting.c1084 lua_rawseti(lua,-2,j+1); in luaSetGlobalArray()