Searched refs:lua_typename (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 292 lua_typename(state, lua_type(state, -2))); in zcp_table_to_nvlist() 408 lua_typename(state, lua_type(state, index)), key); in zcp_lua_to_nvlist_impl() 1256 msglen += strlen(lua_typename(state, pargs[i].za_lua_type)); in zcp_args_error() 1282 lua_typename(state, pargs[i].za_lua_type), len)); in zcp_args_error() 1292 lua_typename(state, kwargs[i].za_lua_type), len)); in zcp_args_error() 1327 i + 1, lua_typename(state, type), in zcp_parse_table_args() 1328 lua_typename(state, pargs[i].za_lua_type)); in zcp_parse_table_args() 1352 kwargs[i].za_name, lua_typename(state, type), in zcp_parse_table_args() 1353 lua_typename(state, kwargs[i].za_lua_type)); in zcp_parse_table_args() 1402 i + 1, lua_typename(state, type), in zcp_parse_pos_args() [all …]
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.h | 109 #define luaL_typename(L,i) lua_typename(L, lua_type(L,(i)))
|
| H A D | lua.h | 140 LUA_API const char *(lua_typename) (lua_State *L, int tp); variable
|
| H A D | lauxlib.c | 69 luaL_typerror(L, narg, lua_typename(L, tag)); in tag_error()
|
| H A D | lua_cjson.c | 454 lua_typename(l, lua_type(l, lindex)), reason); in json_encode_exception()
|
| H A D | lapi.c | 248 LUA_API const char *lua_typename (lua_State *L, int t) { in lua_typename() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 110 #define luaL_typename(L,i) lua_typename(L, lua_type(L,(i)))
|
| H A D | lua.h | 166 LUA_API const char *(lua_typename) (lua_State *L, int tp); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 252 LUA_API const char *lua_typename (lua_State *L, int t) { in lua_typename() function 1345 EXPORT_SYMBOL(lua_typename);
|
| H A D | lauxlib.c | 173 typeerror(L, narg, lua_typename(L, tag)); in tag_error()
|