HomeSort by relevance Sort by last modified time
    Searched refs:FARPROC (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 154 alias int function() FARPROC;
159 FARPROC GetProcAddress(HMODULE, LPCSTR);
  /external/chromium_org/base/win/
pe_image_unittest.cc 261 FARPROC address1 = pe.GetProcAddress("RegEnumKeyExW");
262 FARPROC address2 = pe.GetProcAddress(reinterpret_cast<char*>(ordinal));
pe_image.h 149 FARPROC GetProcAddress(LPCSTR function_name) const;
pe_image.cc 168 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const {
184 return reinterpret_cast<FARPROC>(0xFFFFFFFF);
187 return reinterpret_cast<FARPROC>(function);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 184 typedef INT_PTR (WINAPI *FARPROC)();
188 typedef int (WINAPI *FARPROC)();
winsock.h 321 WINSOCK_API_LINKAGE FARPROC WSAAPI WSASetBlockingHook(FARPROC lpBlockFunc);
winsock2.h 886 typedef FARPROC (WSAAPI *LPFN_WSASETBLOCKINGHOOK)(FARPROC lpBlockFunc);
    [all...]
compstui.h 739 FARPROC pfnCallBack;
    [all...]
msdrm.h 104 FARPROC *ppfnProcAddress
mapidbg.h 145 void EXPORTDBG __cdecl DBGMEM_LeakHook(FARPROC pfn);
dbgeng.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_symbol.c 57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName)
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 57 FARPROC WINAPI __GetProcAddress(LPCSTR lpProcName)
  /external/chromium_org/sandbox/win/src/
win_utils.cc 318 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr);
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 33 FARPROC GetNtDllExportByName(const char* export_name) {
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 356 static FARPROC WINAPI GetProcAddressPatch(HMODULE module, LPCSTR name);
webplugin_delegate_impl_win.cc     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 107 typedef int (*FARPROC)();
_macos.h 548 typedef int (*FARPROC)();
_unixos.h 84 typedef int (*FARPROC)();
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 66 #define WNDPROCTYPE FARPROC
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 312 FARPROC target = ::GetProcAddress(
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 312 FARPROC target = ::GetProcAddress(
    [all...]
  /external/fio/os/windows/
posix.c 216 FARPROC fnPtr;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 67 #define WNDPROCTYPE FARPROC

Completed in 1376 milliseconds

12 3