Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/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.c406 while(lua_next(L,-2)) { in mp_encode_lua_table_as_map()
414 while(lua_next(L,-2)) { in mp_encode_lua_table_as_map()
439 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
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c198 if (lua_next(L, 1)) in luaB_next()
H A Dltablib.c27 while (lua_next(L, 1)) { in maxn()
H A Dlapi.c1111 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
1319 EXPORT_SYMBOL(lua_next);
H A Dlauxlib.c41 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h303 LUA_API int (lua_next) (lua_State *L, int idx); variable
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c246 while (lua_next(state, index) != 0) { in zcp_table_to_nvlist()
1369 if (lua_next(state, 1)) { in zcp_parse_table_args()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c1954 while (lua_next(lua,idx-1)) { in ldbCatStackValueRec()