Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzcp_iter.c152 lua_pushcclosure(state, &zcp_clones_iter, 2);
235 lua_pushcclosure(state, &zcp_snapshots_iter, 2);
323 lua_pushcclosure(state, &zcp_children_iter, 2);
426 lua_pushcclosure(state, &zcp_user_props_iter, 2);
608 lua_pushcclosure(state, &zcp_bookmarks_iter, 2); in zcp_holds_iter()
705 lua_pushcclosure(state, &zcp_holds_iter, 2); in zcp_list_func()
753 lua_pushcclosure(state, &zcp_list_func, 1);
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_synctask.c581 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
H A Dzcp_get.c807 lua_pushcclosure(state, zcp_get_prop_info.func, 0); in zcp_load_get_lib()
/freebsd-src/sys/contrib/openzfs/module/lua/
H A Dlcorolib.c91 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
H A Dlapi.c553 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function
1299 EXPORT_SYMBOL(lua_pushcclosure);
H A Dlauxlib.c710 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
H A Dlstrlib.c683 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
/freebsd-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()
/freebsd-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); variable
382 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
H A Dloadlib.c724 lua_pushcclosure(L, searchers[i], 1); in createsearcherstable()
H A Dliolib.c370 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.c942 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
/freebsd-src/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h213 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n); variable
328 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0)
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp2244 lua_pushcclosure(L, SWIG_Lua_resolve_metamethod, 2); in SWIG_Lua_add_class_user_metamethods()
[all...]