Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/PC/
Dgetpathp.c378 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()
Ddl_nt.c18 HMODULE PyWin_DLLhModule = NULL; variable
86 PyWin_DLLhModule = hInst; in DllMain()
/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython3/PC/
Ddl_nt.c17 HMODULE PyWin_DLLhModule = NULL; variable
27 PyWin_DLLhModule = hInst; in DllMain()
Dconfig_minimal.c9 void *PyWin_DLLhModule = NULL; variable
/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c31 extern void *PyWin_DLLhModule;
1478 PyLong_FromVoidPtr(PyWin_DLLhModule)); in _PySys_Init()