Lines Matching refs:node_module
249 static node_module* modlist_internal;
250 static node_module* modlist_linked;
251 static thread_local node_module* thread_local_modpending;
257 struct node_module* mp = reinterpret_cast<struct node_module*>(m); in node_module_register()
277 void set(void* handle, node_module* mod) { in set()
292 node_module* get_and_increase_refcount(void* handle) { in get_and_increase_refcount()
321 node_module* module;
387 void DLib::SaveInGlobalHandleMap(node_module* mp) { in SaveInGlobalHandleMap()
392 node_module* DLib::GetSavedModuleFromGlobalHandleMap() { in GetSavedModuleFromGlobalHandleMap()
466 node_module* mp = thread_local_modpending; in DLOpen()
561 inline struct node_module* FindModule(struct node_module* list, in FindModule()
564 struct node_module* mp; in FindModule()
575 node_module* mod, in InitInternalBinding()
598 node_module* mod = FindModule(modlist_internal, *module_v, NM_F_INTERNAL); in GetInternalBinding()
632 node_module* mod = nullptr; in GetLinkedBinding()