Home
last modified time | relevance | path

Searched refs:lua_pushnil (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c66 lua_pushnil(L); /* not a number */ in luaB_tonumber()
86 lua_pushnil(L); in luaB_getmetatable()
185 else lua_pushnil(L); in pairsmeta()
201 lua_pushnil(L); in luaB_next()
H A Dltablib.c26 lua_pushnil(L); /* first key */ in maxn()
77 lua_pushnil(L); in tremove()
H A Dlapi.c462 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function
512 lua_pushnil(L); in lua_pushstring()
1326 EXPORT_SYMBOL(lua_pushnil);
H A Dlstrlib.c595 lua_pushnil(L); /* cannot find anything */ in str_find_aux()
635 lua_pushnil(L); /* not found */ in str_find_aux()
H A Dlauxlib.c40 lua_pushnil(L); /* start 'next' loop */ in findfield()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c76 lua_pushnil(L); /* else not a number */ in luaB_tonumber()
96 lua_pushnil(L); in luaB_getmetatable()
232 lua_pushnil(L); in luaB_next()
242 lua_pushnil(L); /* and initial value */ in luaB_pairs()
270 lua_pushnil(L); in load_aux()
600 lua_pushnil(L); /* main thread is not a coroutine */ in luaB_corunning()
H A Dloslib.c30 lua_pushnil(L); in os_pushresult()
135 lua_pushnil(L); in os_date()
188 lua_pushnil(L); in os_time()
H A Dliolib.c37 lua_pushnil(L); in pushresult()
63 lua_pushnil(L); /* not a file */ in io_type()
99 lua_pushnil(L); in io_noclose()
280 lua_pushnil(L); /* "result" to be removed */ in read_number()
375 lua_pushnil(L); /* push nil instead */ in g_read()
H A Dltablib.c42 lua_pushnil(L); /* first key */ in foreach()
59 lua_pushnil(L); /* first key */ in maxn()
129 lua_pushnil(L); in tremove()
H A Dldblib.c31 lua_pushnil(L); /* no metatable */ in db_getmetatable()
106 lua_pushnil(L); /* level out of range */ in db_getinfo()
159 lua_pushnil(L); in db_getlocal()
218 else lua_pushnil(L); in hookf()
H A Dlua_cmsgpack.c405 lua_pushnil(L); in mp_encode_lua_table_as_map()
413 lua_pushnil(L); in mp_encode_lua_table_as_map()
438 lua_pushnil(L); in table_is_an_array()
665 lua_pushnil(L); in mp_decode_to_lua_type()
885 lua_pushnil(L); in mp_safe()
H A Dlua_cjson.c214 lua_pushnil(l); in json_arg_init()
502 lua_pushnil(l); in lua_array_length()
626 lua_pushnil(l); in json_append_object()
1333 lua_pushnil(l); in json_protect_conversion()
H A Dlua_struct.c213 lua_pushnil(L); /* mark to separate arguments from string buffer */ in b_pack()
H A Dlua.h160 LUA_API void (lua_pushnil) (lua_State *L); variable
H A Dlapi.c421 LUA_API void lua_pushnil (lua_State *L) { in lua_pushnil() function
456 lua_pushnil(L); in lua_pushstring()
H A Dloadlib.c316 lua_pushnil(L); in ll_loadlib()
H A Dlstrlib.c533 lua_pushnil(L); /* not found */ in str_find_aux()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c244 lua_pushnil(state); in zcp_table_to_nvlist()
527 lua_pushnil(state); in zcp_nvpair_value_to_lua()
1336 lua_pushnil(state); in zcp_parse_table_args()
1360 lua_pushnil(state); in zcp_parse_table_args()
1368 lua_pushnil(state); in zcp_parse_table_args()
1414 lua_pushnil(state); in zcp_parse_pos_args()
H A Dzcp_get.c108 lua_pushnil(state); in get_prop_src()
251 (void) lua_pushnil(state); in get_special_prop()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h205 LUA_API void (lua_pushnil) (lua_State *L); variable
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c863 lua_pushnil(lua); in luaRemoveUnsupportedFunctions()
865 lua_pushnil(lua); in luaRemoveUnsupportedFunctions()
1953 lua_pushnil(lua); /* The first key to start the iteration is nil. */ in ldbCatStackValueRec()