Searched refs:lua_next (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/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 | 406 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 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
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 198 if (lua_next(L, 1)) in luaB_next()
|
| H A D | ltablib.c | 27 while (lua_next(L, 1)) { in maxn()
|
| H A D | lapi.c | 1111 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function 1319 EXPORT_SYMBOL(lua_next);
|
| H A D | lauxlib.c | 41 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 303 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 246 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 D | scripting.c | 1954 while (lua_next(lua,idx-1)) { in ldbCatStackValueRec()
|