Home
last modified time | relevance | path

Searched refs:FARPROC (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs8 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 Dwin_delay_load_hook.cc23 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 Dcryptlib.c45 FARPROC f; in OPENSSL_isservice()
52 FARPROC f = NULL; in OPENSSL_isservice()
/third_party/openssl/crypto/
H A Dcryptlib.c45 FARPROC f; in OPENSSL_isservice()
52 FARPROC f = NULL; in OPENSSL_isservice()
/third_party/python/Python/
H A Dimportdl.h26 typedef FARPROC dl_funcptr;
/third_party/openssl/ohos_lite/crypto/
H A Dcryptlib.c200 FARPROC f; in OPENSSL_isservice()
207 FARPROC f = NULL; in OPENSSL_isservice()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_win32.c17 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 Ddso_win32.c17 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 Du_debug_symbol.c62 static FARPROC WINAPI
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.c10 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.c76 * (FARPROC *) &Py_CancelIoEx = GetProcAddress(hKernel32, in check_CancelIoEx()
H A Dposixmodule.c12677 *(FARPROC*)&Py_ShellExecuteW = GetProcAddress(hShell32, in check_ShellExecute()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp96 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 Dvulkan.hpp41 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 Dsqlite3.c[all...]

Completed in 191 milliseconds