Searched refs:FARPROC (Results 1 - 15 of 15) sorted by relevance
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 8 pub(super) enum FARPROC {} 29 pub(super) use self::winapi::shared::minwindef::{WORD, DWORD, HMODULE, FARPROC}; 221 ensure_compatible_types::<T, FARPROC>()?; in get() 242 ensure_compatible_types::<T, FARPROC>()?; in get_ordinal() 329 pointer: FARPROC, 335 pub fn into_raw(self) -> FARPROC { in into_raw()
|
/third_party/node/deps/npm/node_modules/node-gyp/src/ |
H A D | win_delay_load_hook.cc | 23 static FARPROC WINAPI load_exe_hook(unsigned int event, DelayLoadInfo* info) { in load_exe_hook() 32 return (FARPROC) m; in load_exe_hook()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | cryptlib.c | 45 FARPROC f; in OPENSSL_isservice() 52 FARPROC f = NULL; in OPENSSL_isservice()
|
/third_party/openssl/crypto/ |
H A D | cryptlib.c | 45 FARPROC f; in OPENSSL_isservice() 52 FARPROC f = NULL; in OPENSSL_isservice()
|
/third_party/python/Python/ |
H A D | importdl.h | 26 typedef FARPROC dl_funcptr;
|
/third_party/openssl/ohos_lite/crypto/ |
H A D | cryptlib.c | 200 FARPROC f; in OPENSSL_isservice() 207 FARPROC f = NULL; in OPENSSL_isservice()
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_win32.c | 17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() 166 FARPROC f; in win32_bind_func() 618 FARPROC f; in win32_globallookup()
|
/third_party/openssl/crypto/dso/ |
H A D | dso_win32.c | 17 static FARPROC GetProcAddressA(HMODULE hModule, LPCSTR lpProcName) in GetProcAddressA() 166 FARPROC f; in win32_bind_func() 618 FARPROC f; in win32_globallookup()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_symbol.c | 62 static FARPROC WINAPI
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.c | 10 typedef __int64 (__stdcall* FARPROC)(void); typedef 12 typedef int (__stdcall* FARPROC)(void); typedef 24 __declspec(dllimport) FARPROC __stdcall GetProcAddress(HMODULE, LPCSTR);
|
/third_party/python/Modules/ |
H A D | _winapi.c | 76 * (FARPROC *) &Py_CancelIoEx = GetProcAddress(hKernel32, in check_CancelIoEx()
|
H A D | posixmodule.c | 12677 *(FARPROC*)&Py_ShellExecuteW = GetProcAddress(hShell32, in check_ShellExecute()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 96 typedef int64_t( __stdcall * FARPROC )(); typedef 98 typedef int( __stdcall * FARPROC )(); typedef 102 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char * lpProcName );
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 41 typedef int64_t( __stdcall * FARPROC )(); typedef 43 typedef int( __stdcall * FARPROC )(); typedef 47 extern "C" __declspec( dllimport ) FARPROC __stdcall GetProcAddress( HINSTANCE hModule, const char * lpProcName );
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 191 milliseconds