Home
last modified time | relevance | path

Searched refs:hDLL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Ddynload_win.c175 HINSTANCE hDLL = NULL; local
195 hDLL = LoadLibraryEx(pathname, NULL,
203 if (hDLL==NULL){
257 import_python = GetPythonImport(hDLL);
266 FreeLibrary(hDLL);
270 p = GetProcAddress(hDLL, funcname);
Ddynload_os2.c23 HMODULE hDLL; in _PyImport_GetDynLoadFunc() local
30 &hDLL); in _PyImport_GetDynLoadFunc()
42 rc = DosQueryProcAddr(hDLL, 0L, funcname, &p); in _PyImport_GetDynLoadFunc()