Searched refs:PyWin_DLLhModule (Results 1 – 8 of 8) sorted by relevance
378 extern HANDLE PyWin_DLLhModule; in get_progpath()387 if (PyWin_DLLhModule && in get_progpath()388 GetModuleFileName(PyWin_DLLhModule, wprogpath, MAXPATHLEN)) { in get_progpath()408 if (PyWin_DLLhModule) in get_progpath()409 if (!GetModuleFileName(PyWin_DLLhModule, dllpath, MAXPATHLEN)) in get_progpath()
18 HMODULE PyWin_DLLhModule = NULL; variable86 PyWin_DLLhModule = hInst; in DllMain()
172 extern HMODULE PyWin_DLLhModule;187 if (PyWin_DLLhModule && GetModuleFileNameW(PyWin_DLLhModule, py3path, MAXPATHLEN)) {
47 extern void *PyWin_DLLhModule;2927 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_InitCore()
17 HMODULE PyWin_DLLhModule = NULL; variable27 PyWin_DLLhModule = hInst; in DllMain()
9 void *PyWin_DLLhModule = NULL; variable
761 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()
31 extern void *PyWin_DLLhModule;1478 PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_Init()