/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.c | 281 …thm_is_message_import = (grpc_compression_algorithm_is_message_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 282 …rithm_is_stream_import = (grpc_compression_algorithm_is_stream_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 283 …grpc_compression_algorithm_parse_import = (grpc_compression_algorithm_parse_type) GetProcAddress(l… in grpc_rb_load_imports() 284 …grpc_compression_algorithm_name_import = (grpc_compression_algorithm_name_type) GetProcAddress(lib… in grpc_rb_load_imports() 285 …rithm_for_level_import = (grpc_compression_algorithm_for_level_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 286 …grpc_compression_options_init_import = (grpc_compression_options_init_type) GetProcAddress(library… in grpc_rb_load_imports() 287 …_algorithm_import = (grpc_compression_options_enable_algorithm_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 288 …algorithm_import = (grpc_compression_options_disable_algorithm_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 289 …nabled_import = (grpc_compression_options_is_algorithm_enabled_type) GetProcAddress(library, "grpc… in grpc_rb_load_imports() 290 …grpc_metadata_array_init_import = (grpc_metadata_array_init_type) GetProcAddress(library, "grpc_me… in grpc_rb_load_imports() [all …]
|
/external/mdnsresponder/mDNSWindows/DLLStub/ |
D | DLLStub.cpp | 61 DLLStub::GetProcAddress( FARPROC * func, LPCSTR lpProcName ) in GetProcAddress() function in DLLStub 71 *func = ::GetProcAddress( m_instance->m_library, lpProcName ); in GetProcAddress() 90 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRefSockFD() 106 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceProcessResult() 121 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRefDeallocate() 142 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceEnumerateDomains() 172 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRegister() 197 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceAddRecord() 221 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceUpdateRecord() 242 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRemoveRecord() [all …]
|
/external/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()
|
/external/webrtc/webrtc/test/channel_transport/ |
D | traffic_control_win.cc | 79 instance->tcRegister = (registerFn)GetProcAddress(trafficLib, in GetInstance() 81 instance->tcDeregister = (deregisterFn)GetProcAddress(trafficLib, in GetInstance() 83 instance->tcEnumerate = (enumerateFn)GetProcAddress( in GetInstance() 86 instance->tcOpenInterface = (openInterfaceFn)GetProcAddress( in GetInstance() 89 instance->tcCloseInterface = (closeInterfaceFn)GetProcAddress( in GetInstance() 92 instance->tcAddFlow = (flowAddFn)GetProcAddress(trafficLib, in GetInstance() 94 instance->tcDeleteFlow = (flowDeleteFn)GetProcAddress(trafficLib, in GetInstance() 97 instance->tcAddFilter = (filterAddFn)GetProcAddress(trafficLib, in GetInstance() 99 instance->tcDeleteFilter = (filterDeleteFn)GetProcAddress(trafficLib, in GetInstance()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | rw_lock_win.cc | 75 (InitializeSRWLock)GetProcAddress(library, "InitializeSRWLock"); in LoadModule() 78 (AcquireSRWLockExclusive)GetProcAddress(library, in LoadModule() 81 (ReleaseSRWLockExclusive)GetProcAddress(library, in LoadModule() 84 (AcquireSRWLockShared)GetProcAddress(library, "AcquireSRWLockShared"); in LoadModule() 86 (ReleaseSRWLockShared)GetProcAddress(library, "ReleaseSRWLockShared"); in LoadModule()
|
D | condition_variable_native_win.cc | 58 (PInitializeConditionVariable) GetProcAddress( in Init() 60 PSleepConditionVariableCS_ = (PSleepConditionVariableCS) GetProcAddress( in Init() 62 PWakeConditionVariable_ = (PWakeConditionVariable) GetProcAddress( in Init() 64 PWakeAllConditionVariable_ = (PWakeAllConditionVariable) GetProcAddress( in Init()
|
/external/python/cpython2/PC/ |
D | dl_nt.c | 51 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers() 54 pfnActivateActCtx = (PFN_ACTIVATEACTCTX) GetProcAddress(hKernel32, "ActivateActCtx"); in _LoadActCtxPointers() 55 pfnDeactivateActCtx = (PFN_DEACTIVATEACTCTX) GetProcAddress(hKernel32, "DeactivateActCtx"); in _LoadActCtxPointers() 56 pfnAddRefActCtx = (PFN_ADDREFACTCTX) GetProcAddress(hKernel32, "AddRefActCtx"); in _LoadActCtxPointers() 57 pfnReleaseActCtx = (PFN_RELEASEACTCTX) GetProcAddress(hKernel32, "ReleaseActCtx"); in _LoadActCtxPointers()
|
/external/python/cpython3/PC/ |
D | dl_nt.c | 59 pfnGetCurrentActCtx = (PFN_GETCURRENTACTCTX) GetProcAddress(hKernel32, "GetCurrentActCtx"); in _LoadActCtxPointers() 62 pfnActivateActCtx = (PFN_ACTIVATEACTCTX) GetProcAddress(hKernel32, "ActivateActCtx"); in _LoadActCtxPointers() 63 pfnDeactivateActCtx = (PFN_DEACTIVATEACTCTX) GetProcAddress(hKernel32, "DeactivateActCtx"); in _LoadActCtxPointers() 64 pfnAddRefActCtx = (PFN_ADDREFACTCTX) GetProcAddress(hKernel32, "AddRefActCtx"); in _LoadActCtxPointers() 65 pfnReleaseActCtx = (PFN_RELEASEACTCTX) GetProcAddress(hKernel32, "ReleaseActCtx"); in _LoadActCtxPointers()
|
/external/libpcap/ |
D | pcap-tc.c | 347 …g_TcFunctions.QueryPortList = (TcFcnQueryPortList) GetProcAddress(g_TcFunctions.hTcApiDllHan… in LoadTcFunctions() 348 …g_TcFunctions.FreePortList = (TcFcnFreePortList) GetProcAddress(g_TcFunctions.hTcApiDllHandl… in LoadTcFunctions() 350 …g_TcFunctions.StatusGetString = (TcFcnStatusGetString) GetProcAddress(g_TcFunctions.hTcApiDllH… in LoadTcFunctions() 352 …g_TcFunctions.PortGetName = (TcFcnPortGetName) GetProcAddress(g_TcFunctions.hTcApiDllHandle,… in LoadTcFunctions() 353 …g_TcFunctions.PortGetDescription = (TcFcnPortGetDescription) GetProcAddress(g_TcFunctions.hTcAp… in LoadTcFunctions() 355 …g_TcFunctions.InstanceOpenByName = (TcFcnInstanceOpenByName) GetProcAddress(g_TcFunctions.hTcAp… in LoadTcFunctions() 356 …g_TcFunctions.InstanceClose = (TcFcnInstanceClose) GetProcAddress(g_TcFunctions.hTcApiDllHan… in LoadTcFunctions() 357 …g_TcFunctions.InstanceSetFeature = (TcFcnInstanceSetFeature) GetProcAddress(g_TcFunctions.hTcAp… in LoadTcFunctions() 358 …g_TcFunctions.InstanceQueryFeature = (TcFcnInstanceQueryFeature) GetProcAddress(g_TcFunctions.hT… in LoadTcFunctions() 359 …g_TcFunctions.InstanceReceivePackets = (TcFcnInstanceReceivePackets) GetProcAddress(g_TcFunctions… in LoadTcFunctions() [all …]
|
/external/webrtc/webrtc/base/ |
D | winping.cc | 159 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC); in WinPing() 160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing() 161 send_ = (PIcmpSendEcho) GetProcAddress(dll_, ICMP_SEND_FUNC); in WinPing() 173 create6_ = (PIcmp6CreateFile) GetProcAddress(dll_, ICMP6_CREATE_FUNC); in WinPing() 174 send6_ = (PIcmp6SendEcho2) GetProcAddress(dll_, ICMP6_SEND_FUNC); in WinPing()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | RWMutex.inc | 52 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 55 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 58 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 61 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 64 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib,
|
/external/llvm/lib/Support/Windows/ |
D | RWMutex.inc | 53 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 56 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 59 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 62 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 65 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib,
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | RWMutex.inc | 54 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 57 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 60 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 63 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib, 66 (VOID (WINAPI *)(PSRWLOCK))::GetProcAddress(hLib,
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_random_things.py | 16 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 17 windll.kernel32.GetProcAddress.restype = c_void_p 20 funcaddr = windll.kernel32.GetProcAddress(hdll, b"GetModuleHandleA")
|
D | test_loading.py | 107 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 108 windll.kernel32.GetProcAddress.restype = c_void_p 109 proc = windll.kernel32.GetProcAddress(advapi32._handle,
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_random_things.py | 16 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 17 windll.kernel32.GetProcAddress.restype = c_void_p 20 funcaddr = windll.kernel32.GetProcAddress(hdll, "GetModuleHandleA")
|
D | test_loading.py | 112 windll.kernel32.GetProcAddress.argtypes = c_void_p, c_char_p 113 windll.kernel32.GetProcAddress.restype = c_void_p 114 proc = windll.kernel32.GetProcAddress(advapi32._handle,
|
/external/mesa3d/src/mapi/shared-glapi/tests/ |
D | check_table.cpp | 37 TEST(GetProcAddress, ABIOffsetByName) in TEST() argument 50 TEST(GetProcAddress, TableBigEnoughForABI) in TEST() argument
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | UnmanagedLibrary.cs | 74 return Windows.GetProcAddress(this.handle, symbolName); in LoadSymbol() 85 … IntPtr candidate = Windows.GetProcAddress(this.handle, symbolName + stackSize); in LoadSymbol() 178 internal static extern IntPtr GetProcAddress(IntPtr hModule, string procName); in GetProcAddress() method in Grpc.Core.Internal.UnmanagedLibrary.Windows
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 262 GetProcAddress(mag_lib_handle_, "MagInitialize")); in InitializeMagnifier() 264 GetProcAddress(mag_lib_handle_, "MagUninitialize")); in InitializeMagnifier() 266 GetProcAddress(mag_lib_handle_, "MagSetWindowSource")); in InitializeMagnifier() 268 GetProcAddress(mag_lib_handle_, "MagSetWindowFilterList")); in InitializeMagnifier() 271 GetProcAddress(mag_lib_handle_, "MagSetImageScalingCallback")); in InitializeMagnifier()
|
/external/lzma/CPP/Windows/ |
D | SecurityUtils.h | 88 LsaOpenPolicyP lsaOpenPolicy = (LsaOpenPolicyP)GetProcAddress(hModule, "LsaOpenPolicy"); in Open() 111 LsaCloseP lsaClose = (LsaCloseP)GetProcAddress(hModule, "LsaClose"); in Close() 143 …LsaAddAccountRightsP lsaAddAccountRights = (LsaAddAccountRightsP)GetProcAddress(hModule, "LsaAddAc… in AddAccountRights()
|
/external/python/cpython2/Modules/expat/ |
D | loadlibrary.c | 91 pLoadLibraryEx = (LOADLIBRARYEX_FN) GetProcAddress(hKernel32, LOADLIBARYEX); in _Expat_LoadLibrary() 106 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in _Expat_LoadLibrary()
|
/external/python/cpython3/Modules/expat/ |
D | loadlibrary.c | 91 pLoadLibraryEx = (LOADLIBRARYEX_FN) GetProcAddress(hKernel32, LOADLIBARYEX); in _Expat_LoadLibrary() 106 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in _Expat_LoadLibrary()
|
/external/expat/lib/ |
D | loadlibrary.c | 91 pLoadLibraryEx = (LOADLIBRARYEX_FN) GetProcAddress(hKernel32, LOADLIBARYEX); in _Expat_LoadLibrary() 106 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in _Expat_LoadLibrary()
|
/external/libusb/libusb/os/ |
D | windows_common.h | 120 prefixname = (__dll_##name##_func_t)GetProcAddress(h, \ 124 prefixname = (__dll_##name##_func_t)GetProcAddress(h, \ 128 prefixname = (__dll_##name##_func_t)GetProcAddress(h, \
|