Searched refs:lua_rawlen (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 292 #define lua_strlen(L,i) lua_rawlen(L, (i)) 294 #define lua_objlen(L,i) lua_rawlen(L, (i))
|
| H A D | lua.h | 173 LUA_API size_t (lua_rawlen) (lua_State *L, int idx);
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lbaselib.c | 119 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
|
| H A D | lauxlib.c | 497 ref = (int)lua_rawlen(L, t) + 1; /* get a new reference */ in luaL_ref()
|
| H A D | lapi.c | 404 LUA_API size_t lua_rawlen (lua_State *L, int idx) { in lua_rawlen() function
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cmsgpack.c | 384 size_t len = lua_rawlen(L,-1), j; in mp_encode_lua_table_as_array()
|