HomeSort by relevance Sort by last modified time
    Searched refs:GetProcAddress (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 316 if (FARPROC dllRegisterServer = GetProcAddress(webKitModule, "DllRegisterServer"))
    [all...]
  /external/bluetooth/glib/gthread/
gthread-win32.c 618 GetProcAddress(kernel32, "TryEnterCriticalSection");
  /external/chromium/base/win/
pe_image.cc 167 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const {
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 322 (::GetProcAddress(kernel32, "AttachConsole"))) {
  /external/netperf/
netcpu_ntperf.c 186 (NT_QUERY_SYSTEM_INFORMATION)GetProcAddress( GetModuleHandle("ntdll.dll"),
  /external/quake/quake/src/QW/client/
snd_win.c 220 pDirectSoundCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCreate");
in_win.c 357 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA");
  /external/quake/quake/src/WinQuake/
snd_win.cpp 222 pDirectSoundCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCreate");
in_win.cpp 358 pDirectInputCreate = (void *)GetProcAddress(hInstDI,"DirectInputCreateA");
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/chromium/chrome/browser/importer/
ie_importer.cc 214 // and GetProcAddress() functions.
220 (PStoreCreateFunc)GetProcAddress(pstorec_dll, "PStoreCreateInstance");
  /external/openssl/crypto/
cryptlib.c 766 _OPENSSL_isservice.p = GetProcAddress(h,"_OPENSSL_isservice");
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 850 _TrackMouseEvent = (BOOL (WINAPI *)(TRACKMOUSEEVENT *))GetProcAddress(handle, "TrackMouseEvent");
  /external/wpa_supplicant/
tls_schannel.c 65 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
driver_ndis.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_cryptoapi.c 66 CryptImportPublicKeyInfo = GetProcAddress(
tls_schannel.c 65 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 65 CryptImportPublicKeyInfo = GetProcAddress(
tls_schannel.c 65 pInitSecurityInterface = (INIT_SECURITY_INTERFACE) GetProcAddress(
  /external/v8/src/
platform-win32.cc     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 463 DDrawCreate = (void *)GetProcAddress(DDrawDLL, TEXT("DirectDrawCreate"));
521 DDrawCreate = (void *)GetProcAddress(DDrawDLL,
526 DInputCreate = (void *)GetProcAddress(DInputDLL,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c     [all...]
  /external/bluetooth/glib/glib/
gutils.c     [all...]
  /external/sqlite/dist/
shell.c.orig 142 getProcessTimesAddr = (GETPROCTIMES) GetProcAddress(hinstLib, "GetProcessTimes");
    [all...]

Completed in 8494 milliseconds

1 23 4 5