Home
last modified time | relevance | path

Searched refs:lua_pushcclosure (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_iter.c149 lua_pushcclosure(state, &zcp_clones_iter, 2); in zcp_clones_list()
232 lua_pushcclosure(state, &zcp_snapshots_iter, 2); in zcp_snapshots_list()
320 lua_pushcclosure(state, &zcp_children_iter, 2); in zcp_children_list()
423 lua_pushcclosure(state, &zcp_user_props_iter, 2); in zcp_user_props_list()
602 lua_pushcclosure(state, &zcp_bookmarks_iter, 2); in zcp_bookmarks_list()
696 lua_pushcclosure(state, &zcp_holds_iter, 2); in zcp_holds_list()
745 lua_pushcclosure(state, &zcp_list_func, 1); in zcp_load_list_lib()
H A Dzcp_synctask.c538 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
H A Dzcp.c1096 lua_pushcclosure(state, zcp_debug_info.func, 0); in zcp_eval()
1098 lua_pushcclosure(state, zcp_exists_info.func, 0); in zcp_eval()
H A Dzcp_get.c809 lua_pushcclosure(state, zcp_get_prop_info.func, 0); in zcp_load_get_lib()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlbaselib.c588 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
621 lua_pushcclosure(L, f, 1); in auxopen()
643 lua_pushcclosure(L, luaB_newproxy, 1); in base_open()
H A Dlua.h168 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable
260 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
H A Dlua_cjson.c1308 lua_pushcclosure(l, reg->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
1397 lua_pushcclosure(l, json_protect_conversion, 1); in lua_cjson_safe_new()
H A Dliolib.c237 lua_pushcclosure(L, io_readline, 2); in aux_lines()
H A Dlauxlib.c264 lua_pushcclosure(L, l->func, nup); in luaI_openlib()
H A Dlua_cmsgpack.c943 lua_pushcclosure(L, mp_safe, 1); in luaopen_cmsgpack_safe()
H A Dlstrlib.c579 lua_pushcclosure(L, gmatch_aux, 3); in gmatch()
H A Dlapi.c486 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c92 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
H A Dlapi.c552 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
1322 EXPORT_SYMBOL(lua_pushcclosure);
H A Dlauxlib.c711 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
H A Dlstrlib.c684 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)