| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 149 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 D | zcp_synctask.c | 538 lua_pushcclosure(state, &zcp_synctask_wrapper, 2); in zcp_load_synctask_lib()
|
| H A D | zcp.c | 1096 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 D | zcp_get.c | 809 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 D | lbaselib.c | 588 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 D | lua.h | 168 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 D | lua_cjson.c | 1308 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 D | liolib.c | 237 lua_pushcclosure(L, io_readline, 2); in aux_lines()
|
| H A D | lauxlib.c | 264 lua_pushcclosure(L, l->func, nup); in luaI_openlib()
|
| H A D | lua_cmsgpack.c | 943 lua_pushcclosure(L, mp_safe, 1); in luaopen_cmsgpack_safe()
|
| H A D | lstrlib.c | 579 lua_pushcclosure(L, gmatch_aux, 3); in gmatch()
|
| H A D | lapi.c | 486 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 D | lcorolib.c | 92 lua_pushcclosure(L, luaB_auxwrap, 1); in luaB_cowrap()
|
| H A D | lapi.c | 552 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() function 1322 EXPORT_SYMBOL(lua_pushcclosure);
|
| H A D | lauxlib.c | 711 lua_pushcclosure(L, l->func, nup); /* closure with those upvalues */ in luaL_setfuncs()
|
| H A D | lstrlib.c | 684 lua_pushcclosure(L, gmatch_aux, 3); in str_gmatch()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 214 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)
|