Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Ddl_nt.c17 HMODULE PyWin_DLLhModule = NULL; variable
27 PyWin_DLLhModule = hInst; in DllMain()
Dconfig_minimal.c10 void *PyWin_DLLhModule = NULL; variable
/external/python/cpython3/Python/
Ddynload_win.c154 extern HMODULE PyWin_DLLhModule;
169 if (PyWin_DLLhModule && GetModuleFileNameW(PyWin_DLLhModule, py3path, MAXPATHLEN)) {
Dsysmodule.c52 extern void *PyWin_DLLhModule;
3522 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_InitCore()
/external/python/cpython3/Modules/
Dgetpath.c808 extern HMODULE PyWin_DLLhModule; in library_to_dict()
809 if (PyWin_DLLhModule) { in library_to_dict()
810 return winmodule_to_dict(dict, key, PyWin_DLLhModule); in library_to_dict()