/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.c | 309 …thm_is_message_import = (grpc_compression_algorithm_is_message_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 310 …rithm_is_stream_import = (grpc_compression_algorithm_is_stream_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 311 …grpc_compression_algorithm_parse_import = (grpc_compression_algorithm_parse_type) GetProcAddress(l… in grpc_rb_load_imports() 312 …grpc_compression_algorithm_name_import = (grpc_compression_algorithm_name_type) GetProcAddress(lib… in grpc_rb_load_imports() 313 …rithm_for_level_import = (grpc_compression_algorithm_for_level_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 314 …grpc_compression_options_init_import = (grpc_compression_options_init_type) GetProcAddress(library… in grpc_rb_load_imports() 315 …_algorithm_import = (grpc_compression_options_enable_algorithm_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 316 …algorithm_import = (grpc_compression_options_disable_algorithm_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 317 …nabled_import = (grpc_compression_options_is_algorithm_enabled_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 318 …grpc_metadata_array_init_import = (grpc_metadata_array_init_type) GetProcAddress(library, "grpc_me… in grpc_rb_load_imports() [all …]
|
/third_party/libuv/src/win/ |
D | winapi.c | 63 pRtlGetVersion = (sRtlGetVersion) GetProcAddress(ntdll_module, in uv__winapi_init() 66 pRtlNtStatusToDosError = (sRtlNtStatusToDosError) GetProcAddress( in uv__winapi_init() 73 pNtDeviceIoControlFile = (sNtDeviceIoControlFile) GetProcAddress( in uv__winapi_init() 80 pNtQueryInformationFile = (sNtQueryInformationFile) GetProcAddress( in uv__winapi_init() 87 pNtSetInformationFile = (sNtSetInformationFile) GetProcAddress( in uv__winapi_init() 95 GetProcAddress(ntdll_module, "NtQueryVolumeInformationFile"); in uv__winapi_init() 101 GetProcAddress(ntdll_module, "NtQueryDirectoryFile"); in uv__winapi_init() 106 pNtQuerySystemInformation = (sNtQuerySystemInformation) GetProcAddress( in uv__winapi_init() 113 pNtQueryInformationProcess = (sNtQueryInformationProcess) GetProcAddress( in uv__winapi_init() 125 pGetQueuedCompletionStatusEx = (sGetQueuedCompletionStatusEx) GetProcAddress( in uv__winapi_init() [all …]
|
/third_party/bzip2/ |
D | dlltest.c | 36 BZ2_bzlibVersion=GetProcAddress(hLib,"BZ2_bzlibVersion"); in BZ2DLLLoadLibrary() 37 BZ2_bzopen=GetProcAddress(hLib,"BZ2_bzopen"); in BZ2DLLLoadLibrary() 38 BZ2_bzdopen=GetProcAddress(hLib,"BZ2_bzdopen"); in BZ2DLLLoadLibrary() 39 BZ2_bzread=GetProcAddress(hLib,"BZ2_bzread"); in BZ2DLLLoadLibrary() 40 BZ2_bzwrite=GetProcAddress(hLib,"BZ2_bzwrite"); in BZ2DLLLoadLibrary() 41 BZ2_bzflush=GetProcAddress(hLib,"BZ2_bzflush"); in BZ2DLLLoadLibrary() 42 BZ2_bzclose=GetProcAddress(hLib,"BZ2_bzclose"); in BZ2DLLLoadLibrary() 43 BZ2_bzerror=GetProcAddress(hLib,"BZ2_bzerror"); in BZ2DLLLoadLibrary()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | dlltest.c | 36 BZ2_bzlibVersion=GetProcAddress(hLib,"BZ2_bzlibVersion"); in BZ2DLLLoadLibrary() 37 BZ2_bzopen=GetProcAddress(hLib,"BZ2_bzopen"); in BZ2DLLLoadLibrary() 38 BZ2_bzdopen=GetProcAddress(hLib,"BZ2_bzdopen"); in BZ2DLLLoadLibrary() 39 BZ2_bzread=GetProcAddress(hLib,"BZ2_bzread"); in BZ2DLLLoadLibrary() 40 BZ2_bzwrite=GetProcAddress(hLib,"BZ2_bzwrite"); in BZ2DLLLoadLibrary() 41 BZ2_bzflush=GetProcAddress(hLib,"BZ2_bzflush"); in BZ2DLLLoadLibrary() 42 BZ2_bzclose=GetProcAddress(hLib,"BZ2_bzclose"); in BZ2DLLLoadLibrary() 43 BZ2_bzerror=GetProcAddress(hLib,"BZ2_bzerror"); in BZ2DLLLoadLibrary()
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | dlltest.c | 36 BZ2_bzlibVersion=GetProcAddress(hLib,"BZ2_bzlibVersion"); in BZ2DLLLoadLibrary() 37 BZ2_bzopen=GetProcAddress(hLib,"BZ2_bzopen"); in BZ2DLLLoadLibrary() 38 BZ2_bzdopen=GetProcAddress(hLib,"BZ2_bzdopen"); in BZ2DLLLoadLibrary() 39 BZ2_bzread=GetProcAddress(hLib,"BZ2_bzread"); in BZ2DLLLoadLibrary() 40 BZ2_bzwrite=GetProcAddress(hLib,"BZ2_bzwrite"); in BZ2DLLLoadLibrary() 41 BZ2_bzflush=GetProcAddress(hLib,"BZ2_bzflush"); in BZ2DLLLoadLibrary() 42 BZ2_bzclose=GetProcAddress(hLib,"BZ2_bzclose"); in BZ2DLLLoadLibrary() 43 BZ2_bzerror=GetProcAddress(hLib,"BZ2_bzerror"); in BZ2DLLLoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_xinput.c | 107 SDL_XInputGetState = (XInputGetState_t)GetProcAddress((HMODULE)s_pXInputDLL, (LPCSTR)100); in WIN_LoadXInputDLL() 109 … SDL_XInputGetState = (XInputGetState_t)GetProcAddress((HMODULE)s_pXInputDLL, "XInputGetState"); in WIN_LoadXInputDLL() 111 SDL_XInputSetState = (XInputSetState_t)GetProcAddress((HMODULE)s_pXInputDLL, "XInputSetState"); in WIN_LoadXInputDLL() 112 …SDL_XInputGetCapabilities = (XInputGetCapabilities_t)GetProcAddress((HMODULE)s_pXInputDLL, "XInput… in WIN_LoadXInputDLL() 113 …SDL_XInputGetBatteryInformation = (XInputGetBatteryInformation_t)GetProcAddress( (HMODULE)s_pXInpu… in WIN_LoadXInputDLL()
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/opengl/ |
D | OpenGLFunctionsBase.h | 19 using GetProcAddress = void* (*) (const char*); variable 32 MaybeError LoadDesktopGLProcs(GetProcAddress getProc, int majorVersion, int minorVersion); 33 MaybeError LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int minorVersion); 37 MaybeError LoadProc(GetProcAddress getProc, T* memberProc, const char* name);
|
D | OpenGLFunctionsBase.cpp | 20 MaybeError OpenGLFunctionsBase::LoadProc(GetProcAddress getProc, T* memberProc, const char* name) { in LoadProc() 28 MaybeError OpenGLFunctionsBase::LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int min… in LoadOpenGLESProcs() 41 MaybeError OpenGLFunctionsBase::LoadDesktopGLProcs(GetProcAddress getProc, int majorVersion, int mi…
|
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/ |
D | OpenGLFunctionsBase.h | 22 using GetProcAddress = void* (*) (const char*); variable 35 MaybeError LoadDesktopGLProcs(GetProcAddress getProc, int majorVersion, int minorVersion); 36 MaybeError LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int minorVersion); 40 MaybeError LoadProc(GetProcAddress getProc, T* memberProc, const char* name);
|
D | OpenGLFunctionsBase.cpp | 20 MaybeError OpenGLFunctionsBase::LoadProc(GetProcAddress getProc, T* memberProc, const char* name) { in LoadProc() 28 MaybeError OpenGLFunctionsBase::LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int min… in LoadOpenGLESProcs() 49 MaybeError OpenGLFunctionsBase::LoadDesktopGLProcs(GetProcAddress getProc, int majorVersion, int mi…
|
/third_party/glib/gio/win32/ |
D | gwinhttpvfs.c | 60 …funcs.pWinHttpCloseHandle = (BOOL (WINAPI *) (HINTERNET)) GetProcAddress (winhttp, "WinHttpCloseHa… in lookup_funcs() 61 …pCrackUrl = (BOOL (WINAPI *) (LPCWSTR,DWORD,DWORD,LPURL_COMPONENTS)) GetProcAddress (winhttp, "Win… in lookup_funcs() 62 …ect = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (winhttp, "Win… in lookup_funcs() 63 …reateUrl = (BOOL (WINAPI *) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD)) GetProcAddress (winhttp, "Win… in lookup_funcs() 64 …pOpen = (HINTERNET (WINAPI *) (LPCWSTR,DWORD,LPCWSTR,LPCWSTR,DWORD)) GetProcAddress (winhttp, "Win… in lookup_funcs() 65 …INAPI *) (HINTERNET,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR*,DWORD)) GetProcAddress (winhttp, "Win… in lookup_funcs() 66 …funcs.pWinHttpQueryDataAvailable = (BOOL (WINAPI *) (HINTERNET,LPDWORD)) GetProcAddress (winhttp, … in lookup_funcs() 67 …= (BOOL (WINAPI *) (HINTERNET,DWORD,LPCWSTR,LPVOID,LPDWORD,LPDWORD)) GetProcAddress (winhttp, "Win… in lookup_funcs() 68 …funcs.pWinHttpReadData = (BOOL (WINAPI *) (HINTERNET,LPVOID,DWORD,LPDWORD)) GetProcAddress (winhtt… in lookup_funcs() 69 …funcs.pWinHttpReceiveResponse = (BOOL (WINAPI *) (HINTERNET,LPVOID)) GetProcAddress (winhttp, "Win… in lookup_funcs() [all …]
|
/third_party/node/deps/cares/src/lib/ |
D | ares_library_init.c | 78 GetProcAddress(hnd_iphlpapi, "GetNetworkParams"); in ares_win32_init() 86 GetProcAddress(hnd_iphlpapi, "GetAdaptersAddresses"); in ares_win32_init() 95 GetProcAddress(hnd_iphlpapi, "GetBestRoute2"); in ares_win32_init() 114 GetProcAddress(hnd_advapi32, "SystemFunction036"); in ares_win32_init()
|
/third_party/openssl/crypto/dso/ |
D | dso_win32.c | 31 # undef GetProcAddress 32 # define GetProcAddress GetProcAddressA macro 182 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func() 530 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr() 539 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr() 543 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr() 544 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr() 629 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup() 638 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup() 642 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_globallookup() [all …]
|
/third_party/boost/boost/winapi/ |
D | get_proc_address.hpp | 37 GetProcAddress(boost::winapi::HMODULE_ hModule, boost::winapi::LPCSTR_ lpProcName); 60 using ::GetProcAddress; 69 return ::GetProcAddress(hModule, lpProcName); in get_proc_address()
|
/third_party/flutter/glfw/src/ |
D | win32_init.c | 75 GetProcAddress(_glfw.win32.winmm.instance, "timeGetTime"); in loadLibraries() 85 GetProcAddress(_glfw.win32.user32.instance, "SetProcessDPIAware"); in loadLibraries() 87 GetProcAddress(_glfw.win32.user32.instance, "ChangeWindowMessageFilterEx"); in loadLibraries() 93 GetProcAddress(_glfw.win32.dinput8.instance, "DirectInput8Create"); in loadLibraries() 114 GetProcAddress(_glfw.win32.xinput.instance, "XInputGetCapabilities"); in loadLibraries() 116 GetProcAddress(_glfw.win32.xinput.instance, "XInputGetState"); in loadLibraries() 127 GetProcAddress(_glfw.win32.dwmapi.instance, "DwmIsCompositionEnabled"); in loadLibraries() 129 GetProcAddress(_glfw.win32.dwmapi.instance, "DwmFlush"); in loadLibraries() 136 GetProcAddress(_glfw.win32.shcore.instance, "SetProcessDpiAwareness"); in loadLibraries()
|
D | wgl_context.c | 320 return (GLFWglproc) GetProcAddress(_glfw.wgl.instance, procname); in getProcAddressWGL() 440 GetProcAddress(_glfw.wgl.instance, "wglCreateContext"); in _glfwInitWGL() 442 GetProcAddress(_glfw.wgl.instance, "wglDeleteContext"); in _glfwInitWGL() 443 _glfw.wgl.GetProcAddress = (WGLGETPROCADDRESS_T) in _glfwInitWGL() 444 GetProcAddress(_glfw.wgl.instance, "wglGetProcAddress"); in _glfwInitWGL() 446 GetProcAddress(_glfw.wgl.instance, "wglGetCurrentDC"); in _glfwInitWGL() 448 GetProcAddress(_glfw.wgl.instance, "wglMakeCurrent"); in _glfwInitWGL() 450 GetProcAddress(_glfw.wgl.instance, "wglShareLists"); in _glfwInitWGL()
|
/third_party/python/Lib/ctypes/test/ |
D | test_random_things.py | 20 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 21 windll.kernel32.GetProcAddress.restype = c_void_p 24 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
|
D | test_loading.py | 111 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 112 windll.kernel32.GetProcAddress.restype = c_void_p 113 proc = windll.kernel32.GetProcAddress(advapi32._handle,
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 357 pSI = (tSI)GetProcAddress(m_hDbhHelp, "SymInitialize"); in Init() 358 pSC = (tSC)GetProcAddress(m_hDbhHelp, "SymCleanup"); in Init() 360 pSW = (tSW)GetProcAddress(m_hDbhHelp, "StackWalk64"); in Init() 361 pSGO = (tSGO)GetProcAddress(m_hDbhHelp, "SymGetOptions"); in Init() 362 pSSO = (tSSO)GetProcAddress(m_hDbhHelp, "SymSetOptions"); in Init() 364 pSFTA = (tSFTA)GetProcAddress(m_hDbhHelp, "SymFunctionTableAccess64"); in Init() 365 pSGLFA = (tSGLFA)GetProcAddress(m_hDbhHelp, "SymGetLineFromAddr64"); in Init() 366 pSGMB = (tSGMB)GetProcAddress(m_hDbhHelp, "SymGetModuleBase64"); in Init() 367 pSGMI = (tSGMI)GetProcAddress(m_hDbhHelp, "SymGetModuleInfo64"); in Init() 368 pSGSFA = (tSGSFA)GetProcAddress(m_hDbhHelp, "SymGetSymFromAddr64"); in Init() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 357 pSI = (tSI)GetProcAddress(m_hDbhHelp, "SymInitialize"); in Init() 358 pSC = (tSC)GetProcAddress(m_hDbhHelp, "SymCleanup"); in Init() 360 pSW = (tSW)GetProcAddress(m_hDbhHelp, "StackWalk64"); in Init() 361 pSGO = (tSGO)GetProcAddress(m_hDbhHelp, "SymGetOptions"); in Init() 362 pSSO = (tSSO)GetProcAddress(m_hDbhHelp, "SymSetOptions"); in Init() 364 pSFTA = (tSFTA)GetProcAddress(m_hDbhHelp, "SymFunctionTableAccess64"); in Init() 365 pSGLFA = (tSGLFA)GetProcAddress(m_hDbhHelp, "SymGetLineFromAddr64"); in Init() 366 pSGMB = (tSGMB)GetProcAddress(m_hDbhHelp, "SymGetModuleBase64"); in Init() 367 pSGMI = (tSGMI)GetProcAddress(m_hDbhHelp, "SymGetModuleInfo64"); in Init() 368 pSGSFA = (tSGSFA)GetProcAddress(m_hDbhHelp, "SymGetSymFromAddr64"); in Init() [all …]
|
/third_party/mesa3d/src/mapi/shared-glapi/tests/ |
D | check_table.cpp | 37 TEST(GetProcAddress, ABIOffsetByName) in TEST() argument 50 TEST(GetProcAddress, TableBigEnoughForABI) in TEST() argument
|
/third_party/curl/lib/ |
D | system_win32.c | 99 (GetProcAddress(s_hIpHlpApiDll, "if_nametoindex"))); in Curl_win32_init() 187 (GetProcAddress(hKernel32, LOADLIBARYEX))); in Curl_load_library() 202 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in Curl_load_library()
|
/third_party/node/src/ |
D | node_win32_etw_provider.cc | 174 GetProcAddress(advapi, "EventRegister"); in init_etw() 176 GetProcAddress(advapi, "EventUnregister"); in init_etw() 177 event_write = (EventWriteFunc)GetProcAddress(advapi, "EventWrite"); in init_etw()
|
/third_party/glib/gmodule/ |
D | gmodule-win32.c | 155 if ((p = GetProcAddress (me32.hModule, symbol_name)) != NULL) in find_in_any_module_using_toolhelp() 185 if ((p = GetProcAddress (GetModuleHandle (NULL), symbol_name)) == NULL) in _g_module_symbol() 189 p = GetProcAddress (handle, symbol_name); in _g_module_symbol()
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 75 return Windows.GetProcAddress(this.handle, symbolName); in LoadSymbol() 86 … IntPtr candidate = Windows.GetProcAddress(this.handle, symbolName + stackSize); in LoadSymbol() 192 internal static extern IntPtr GetProcAddress(IntPtr hModule, string procName); in GetProcAddress() method in Grpc.Core.Internal.UnmanagedLibrary.Windows
|