HomeSort by relevance Sort by last modified time
    Searched refs:me32 (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/dso/
dso_win32.c 688 MODULEENTRY32 me32; local
734 me32.dwSize = sizeof(me32);
736 if(!(*module_first)(hModuleSnap,&me32))
745 if ((BYTE *)addr >= me32.modBaseAddr &&
746 (BYTE *)addr < me32.modBaseAddr+me32.modBaseSize)
752 return WideCharToMultiByte(CP_ACP,0,me32.szExePath,-1,
755 len = (int)wcslen(me32.szExePath);
759 path[i] = (char)me32.szExePath[i]
783 MODULEENTRY32 me32; local
    [all...]
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 125 MODULEENTRY32 me32; local
144 me32.dwSize = sizeof (me32);
146 if ((*pfnModule32First) (snapshot, &me32))
149 if ((p = GetProcAddress (me32.hModule, symbol_name)) != NULL)
151 } while ((*pfnModule32Next) (snapshot, &me32));

Completed in 36 milliseconds