Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimportdl.c98 dl_funcptr exportfunc; in _PyImport_LoadDynamicModuleWithSpec() local
118 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()
124 exportfunc = _PyImport_FindSharedFuncptr(hook_prefix, name_buf, in _PyImport_LoadDynamicModuleWithSpec()
130 if (exportfunc == NULL) { in _PyImport_LoadDynamicModuleWithSpec()
145 p0 = (PyObject *(*)(void))exportfunc; in _PyImport_LoadDynamicModuleWithSpec()