Searched refs:PyWin_DLLhModule (Results 1 – 6 of 6) sorted by relevance
17 HMODULE PyWin_DLLhModule = NULL; variable27 PyWin_DLLhModule = hInst; in DllMain()
9 void *PyWin_DLLhModule = NULL; variable
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()
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()
4550 extern HMODULE PyWin_DLLhModule;5289 extern void *PyWin_DLLhModule;5298 SET_SYS("dllhandle", PyLong_FromVoidPtr(PyWin_DLLhModule));