Searched defs:regfunc (Results 1 – 6 of 6) sorted by relevance
/third_party/node/src/ |
D | node_api.h | 59 #define NAPI_MODULE_X(modname, regfunc, priv, flags) \ argument 83 #define NAPI_MODULE(modname, regfunc) \ argument 91 #define NAPI_MODULE(modname, regfunc) \ argument
|
D | node_binding.h | 29 #define NODE_BINDING_CONTEXT_AWARE_CPP(modname, regfunc, priv, flags) \ argument 60 #define NODE_BINDING_CONTEXT_AWARE_INTERNAL(modname, regfunc) \ argument
|
D | jsvm_node_api.h | 77 #define JSVM_MODULE(modname, regfunc) \ argument 81 #define JSVM_MODULE_X(modname, regfunc, priv, flags) \ argument
|
D | node.h | 1006 #define NODE_MODULE_X(modname, regfunc, priv, flags) \ argument 1025 #define NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, priv, flags) \ argument 1047 #define NODE_MODULE(modname, regfunc) \ argument 1050 #define NODE_MODULE_CONTEXT_AWARE(modname, regfunc) \ argument 1057 #define NODE_MODULE_LINKED(modname, regfunc) \ argument
|
/third_party/node/test/node-api/test_null_init/ |
D | test_null_init.c | 39 #define NAPI_MODULE_TEST(modname, regfunc) \ argument
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 1813 int (*regfunc)(); member
|