Home
last modified time | relevance | path

Searched refs:lua_next (Results 1 – 7 of 7) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dltablib.c43 while (lua_next(L, 1)) { in foreach()
60 while (lua_next(L, 1)) { in maxn()
H A Dlua_cmsgpack.c404 while(lua_next(L,-2)) { in mp_encode_lua_table_as_map()
412 while(lua_next(L,-2)) { in mp_encode_lua_table_as_map()
437 while(lua_next(L,-2)) { in table_is_an_array()
H A Dlua.h239 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlua_cjson.c504 while (lua_next(l, -2) != 0) { in lua_array_length()
629 while (lua_next(l, -2) != 0) { in json_append_object()
H A Dlbaselib.c229 if (lua_next(L, 1)) in luaB_next()
H A Dlapi.c973 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/redis-3.2.3/src/
H A Dscripting.c1887 while (lua_next(lua,idx-1)) { in ldbCatStackValueRec()