Searched refs:lua_next (Results 1 – 7 of 7) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ltablib.c | 43 while (lua_next(L, 1)) { in foreach() 60 while (lua_next(L, 1)) { in maxn()
|
| H A D | lua_cmsgpack.c | 404 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 D | lua.h | 239 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
| H A D | lua_cjson.c | 504 while (lua_next(l, -2) != 0) { in lua_array_length() 629 while (lua_next(l, -2) != 0) { in json_append_object()
|
| H A D | lbaselib.c | 229 if (lua_next(L, 1)) in luaB_next()
|
| H A D | lapi.c | 973 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|
| /redis-3.2.3/src/ |
| H A D | scripting.c | 1887 while (lua_next(lua,idx-1)) { in ldbCatStackValueRec()
|