Home
last modified time | relevance | path

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

/third_party/python/PC/
Ddl_nt.c17 HMODULE PyWin_DLLhModule = NULL; variable
27 PyWin_DLLhModule = hInst; in DllMain()
Dconfig_minimal.c9 void *PyWin_DLLhModule = NULL; variable
/third_party/python/Python/
Ddynload_win.c172 extern HMODULE PyWin_DLLhModule;
187 if (PyWin_DLLhModule && GetModuleFileNameW(PyWin_DLLhModule, py3path, MAXPATHLEN)) {
Dsysmodule.c47 extern void *PyWin_DLLhModule;
2927 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_InitCore()
/third_party/python/Modules/
Dgetpath.c761 extern HMODULE PyWin_DLLhModule; in library_to_dict()
762 if (PyWin_DLLhModule) { in library_to_dict()
763 return winmodule_to_dict(dict, key, PyWin_DLLhModule); in library_to_dict()
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch4550 extern HMODULE PyWin_DLLhModule;
5289 extern void *PyWin_DLLhModule;
5298 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule));