Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c153 lua_pushcclosure(state, &zcp_clones_iter, 2); in zcp_clones_list()
236 lua_pushcclosure(state, &zcp_snapshots_iter, 2); in zcp_snapshots_list()
324 lua_pushcclosure(state, &zcp_children_iter, 2); in zcp_children_list()
427 lua_pushcclosure(state, &zcp_user_props_iter, 2); in zcp_user_props_list()
609 lua_pushcclosure(state, &zcp_bookmarks_iter, 2); in zcp_bookmarks_list()
706 lua_pushcclosure(state, &zcp_holds_iter, 2); in zcp_holds_list()
754 lua_pushcclosure(state, &zcp_list_func, 1); in zcp_load_list_lib()
H A Dzcp.c1097 lua_pushcclosure(state, zcp_debug_info.func, 0); in zcp_eval()
1099 lua_pushcclosure(state, zcp_exists_info.func, 0); in zcp_eval()
H A Dzcp_synctask.c624 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
H A Dzcp_get.c842 lua_pushcclosure(state, zcp_get_prop_info.func, 0); in zcp_load_get_lib()
/src/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c92 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
H A Dlapi.c554 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
1300 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()
/src/contrib/lutok/
H A Dstate.cpp685 lua_pushcclosure(_pimpl->lua_state, cxx_closure_trampoline, nvalues + 1); in push_cxx_closure()
701 lua_pushcclosure(_pimpl->lua_state, cxx_function_trampoline, 1); in push_cxx_function()
H A Dstate_test.cpp1085 lua_pushcclosure(raw(state), c_get_upvalues, 2); in ATF_TEST_CASE_BODY()
/src/contrib/lua/src/
H A Dlcorolib.c107 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
H A Dlua.h252 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
382 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
H A Dloadlib.c715 lua_pushcclosure(L, searchers[i], 1); in createsearcherstable()
H A Dliolib.c373 lua_pushcclosure(L, io_readline, 3 + n); in aux_lines()
H A Dltests.c1585 lua_pushcclosure(L1, testC, getnum); in runC()
1819 lua_pushcclosure(L, Cfunc, lua_gettop(L)); in makeCfunc()
H A Dlauxlib.c951 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
H A Dlstrlib.c866 lua_pushcclosure(L, gmatch_aux, 3); in gmatch()
H A Dlapi.c579 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
/src/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
/src/contrib/lyaml/ext/yaml/
H A Dscanner.c338 lua_pushcclosure (L, token_iter, 1); in Pscanner()
H A Dparser.c408 lua_pushcclosure (L, event_iter, 1); in Pparser()
H A Demitter.c443 lua_pushcclosure (L, emit, 1); in Pemitter()
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2244 lua_pushcclosure(L, SWIG_Lua_resolve_metamethod, 2); in SWIG_Lua_add_class_user_metamethod()