Home
last modified time | relevance | path

Searched refs:GetProcAddress (Results 1 - 25 of 148) sorted by relevance

123456

/third_party/libuv/src/win/
H A Dwinapi.c63 pRtlGetVersion = (sRtlGetVersion) GetProcAddress(ntdll_module, in uv__winapi_init()
66 pRtlNtStatusToDosError = (sRtlNtStatusToDosError) GetProcAddress( in uv__winapi_init()
70 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
73 pNtDeviceIoControlFile = (sNtDeviceIoControlFile) GetProcAddress( in uv__winapi_init()
77 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
80 pNtQueryInformationFile = (sNtQueryInformationFile) GetProcAddress( in uv__winapi_init()
84 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
87 pNtSetInformationFile = (sNtSetInformationFile) GetProcAddress( in uv__winapi_init()
91 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
95 GetProcAddress(ntdll_modul in uv__winapi_init()
[all...]
/third_party/node/deps/uv/src/win/
H A Dwinapi.c63 pRtlGetVersion = (sRtlGetVersion) GetProcAddress(ntdll_module, in uv__winapi_init()
66 pRtlNtStatusToDosError = (sRtlNtStatusToDosError) GetProcAddress( in uv__winapi_init()
70 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
73 pNtDeviceIoControlFile = (sNtDeviceIoControlFile) GetProcAddress( in uv__winapi_init()
77 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
80 pNtQueryInformationFile = (sNtQueryInformationFile) GetProcAddress( in uv__winapi_init()
84 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
87 pNtSetInformationFile = (sNtSetInformationFile) GetProcAddress( in uv__winapi_init()
91 uv_fatal_error(GetLastError(), "GetProcAddress"); in uv__winapi_init()
95 GetProcAddress(ntdll_modul in uv__winapi_init()
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
H A DOpenGLFunctionsBase.h22 using GetProcAddress = void* (*) (const char*);
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);
H A DOpenGLFunctionsBase.cpp20 MaybeError OpenGLFunctionsBase::LoadProc(GetProcAddress getProc, T* memberProc, const char* name) { in LoadProc()
28 MaybeError OpenGLFunctionsBase::LoadOpenGLESProcs(GetProcAddress getProc, int majorVersion, int minorVersion) { in LoadOpenGLESProcs()
49 MaybeError OpenGLFunctionsBase::LoadDesktopGLProcs(GetProcAddress getProc, int majorVersion, int minorVersion) { in LoadDesktopGLProcs()
/third_party/curl/lib/
H A Dsystem_win32.c108 (GetProcAddress(s_hIpHlpApiDll, "if_nametoindex"))); in Curl_win32_init()
118 GetProcAddress(ws2_32Dll, "FreeAddrInfoExW")); in Curl_win32_init()
120 GetProcAddress(ws2_32Dll, "GetAddrInfoExCancel")); in Curl_win32_init()
122 GetProcAddress(ws2_32Dll, "GetAddrInfoExW")); in Curl_win32_init()
220 (GetProcAddress(hKernel32, LOADLIBARYEX))); in Curl_load_library()
235 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in Curl_load_library()
/third_party/lame/Dll/
H A DExample.cpp122 beInitStream = (BEINITSTREAM) GetProcAddress(r.hDLL, TEXT_BEINITSTREAM); in main()
123 beEncodeChunk = (BEENCODECHUNK) GetProcAddress(r.hDLL, TEXT_BEENCODECHUNK); in main()
124 beDeinitStream = (BEDEINITSTREAM) GetProcAddress(r.hDLL, TEXT_BEDEINITSTREAM); in main()
125 beCloseStream = (BECLOSESTREAM) GetProcAddress(r.hDLL, TEXT_BECLOSESTREAM); in main()
126 beVersion = (BEVERSION) GetProcAddress(r.hDLL, TEXT_BEVERSION); in main()
127 beWriteVBRHeader= (BEWRITEVBRHEADER) GetProcAddress(r.hDLL,TEXT_BEWRITEVBRHEADER); in main()
128 beWriteInfoTag = (BEWRITEINFOTAG) GetProcAddress(r.hDLL,TEXT_BEWRITEINFOTAG); in main()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_win32.c31 # undef GetProcAddress macro
32 # define GetProcAddress GetProcAddressA macro
182 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func()
529 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
538 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
542 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
628 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
637 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
641 module_first = (MODULE32) GetProcAddress(dl in win32_globallookup()
[all...]
/third_party/openssl/crypto/dso/
H A Ddso_win32.c31 # undef GetProcAddress macro
32 # define GetProcAddress GetProcAddressA macro
182 sym.f = GetProcAddress(*ptr, symname); in win32_bind_func()
529 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr()
538 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_pathbyaddr()
542 module_first = (MODULE32) GetProcAddress(dll, "Module32First"); in win32_pathbyaddr()
543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next"); in win32_pathbyaddr()
628 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_globallookup()
637 GetProcAddress(dll, "CloseToolhelp32Snapshot"); in win32_globallookup()
641 module_first = (MODULE32) GetProcAddress(dl in win32_globallookup()
[all...]
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp357 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_hDbhHel in Init()
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_random_things.py20 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")
H A Dtest_loading.py111 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/mesa3d/src/mapi/shared-glapi/tests/
H A Dcheck_table.cpp37 TEST(GetProcAddress, ABIOffsetByName) in TEST()
50 TEST(GetProcAddress, TableBigEnoughForABI) in TEST()
/third_party/node/src/
H A Dnode_win32_etw_provider.cc174 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/libsnd/tests/
H A Dwin32_ordinal_test.c69 ord = GetProcAddress (hmod, LPCSTR_OF_ORDINAL (ordinal)) ; in test_ordinal()
70 if ((name = GetProcAddress (hmod, func_name)) == NULL) in test_ordinal()
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs223 with_get_last_error(|source| crate::Error::GetProcAddress { source }, || { in get()
224 let symbol = libloaderapi::GetProcAddress(self.0, symbol.as_ptr()); in get()
243 with_get_last_error(|source| crate::Error::GetProcAddress { source }, || { in get_ordinal()
245 let symbol = libloaderapi::GetProcAddress(self.0, ordinal); in get_ordinal()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_win32.cpp164 bd->XInputGetCapabilities = (PFN_XInputGetCapabilities)::GetProcAddress(dll, "XInputGetCapabilities"); in ImGui_ImplWin32_Init()
165 bd->XInputGetState = (PFN_XInputGetState)::GetProcAddress(dll, "XInputGetState"); in ImGui_ImplWin32_Init()
480 RtlVerifyVersionInfoFn = (PFN_RtlVerifyVersionInfo)GetProcAddress(ntdllModule, "RtlVerifyVersionInfo"); in _IsWindowsVersionOrGreater()
520 if (PFN_SetThreadDpiAwarenessContext SetThreadDpiAwarenessContextFn = (PFN_SetThreadDpiAwarenessContext)::GetProcAddress(user32_dll, "SetThreadDpiAwarenessContext")) in ImGui_ImplWin32_EnableDpiAwareness()
529 if (PFN_SetProcessDpiAwareness SetProcessDpiAwarenessFn = (PFN_SetProcessDpiAwareness)::GetProcAddress(shcore_dll, "SetProcessDpiAwareness")) in ImGui_ImplWin32_EnableDpiAwareness()
552 GetDpiForMonitorFn = (PFN_GetDpiForMonitor)::GetProcAddress(shcore_dll, "GetDpiForMonitor"); in ImGui_ImplWin32_GetDpiScaleForMonitor()
/third_party/ffmpeg/compat/
H A Dw32dlfcn.h72 if (!GetProcAddress(GetModuleHandleW(L"kernel32.dll"), "SetDefaultDllDirectories")) { in win32_dlopen()
145 #define dlsym GetProcAddress
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_ext_context.c175 GetProcAddress(opengl_lib, "wglCreateContext"); in wglCreateContextAttribsARB()
183 GetProcAddress(opengl_lib, "wglDeleteContext"); in wglCreateContextAttribsARB()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Djitprofiling.c231 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()
242 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize"); in loadiJIT_Funcs()
/third_party/skia/src/utils/win/
H A DSkDWrite.cpp33 GetProcAddress(LoadLibraryW(L"dwrite.dll"), "DWriteCreateFactory")); in create_dwrite_factory()
122 GetProcAddress(LoadLibraryW(L"Kernel32.dll"), "GetUserDefaultLocaleName") in SkGetGetUserDefaultLocaleNameProc()
/third_party/glfw/src/
H A Dwin32_module.c47 return (GLFWproc) GetProcAddress((HMODULE) module, name); in _glfwPlatformGetModuleSymbol()
/third_party/skia/src/ports/
H A DSkOSLibrary_win.cpp18 return reinterpret_cast<void*>(::GetProcAddress((HMODULE)library, functionName)); in SkGetProcedureAddress()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DOpenGLVersion.h24 MaybeError Initialize(GetProcAddress getProc);
H A DOpenGLFunctions.h27 MaybeError Initialize(GetProcAddress getProc);
/third_party/mesa3d/src/util/
H A Du_dl.c63 return (util_dl_proc)GetProcAddress((HMODULE)library, procname); in util_dl_get_proc_address()

Completed in 13 milliseconds

123456