Searched refs:lua_objlen (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 150 LUA_API size_t (lua_objlen) (lua_State *L, int idx); 262 #define lua_strlen(L,i) lua_objlen(L, (i))
|
| H A D | liolib.c | 302 return (lua_objlen(L, -1) > 0); /* check whether read something */ in read_line() 330 return (n == 0 || lua_objlen(L, -1) > 0); in read_chars()
|
| H A D | lauxlib.h | 22 #define luaL_getn(L,i) ((int)lua_objlen(L, i))
|
| H A D | lauxlib.c | 331 return (int)lua_objlen(L, t); in luaL_getn() 496 ref = (int)lua_objlen(L, t); in luaL_ref()
|
| H A D | lua_cmsgpack.c | 382 size_t len = lua_objlen(L,-1), j; in mp_encode_lua_table_as_array()
|
| H A D | lapi.c | 361 LUA_API size_t lua_objlen (lua_State *L, int idx) { in lua_objlen() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 294 #define lua_objlen(L,i) lua_rawlen(L, (i)) macro
|