Home
last modified time | relevance | path

Searched refs:ntdll (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DMemoryLock.cpp97 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Get_LargePages_RiskLevel() local
98 if (!ntdll) in Get_LargePages_RiskLevel()
102 Func_RtlGetVersion, ntdll, in Get_LargePages_RiskLevel()
H A DSystemInfo.cpp731 const HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in My_RtlGetVersion() local
732 if (!ntdll) in My_RtlGetVersion()
736 Func_RtlGetVersion, ntdll, in My_RtlGetVersion()
/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.c56 * symbols from ntdll.dll. These functions are used to submit the AFD POLL
241 HMODULE ntdll; in ares_evsys_win32_init() local
250 /* All apps should have ntdll.dll already loaded, so just get a handle to in ares_evsys_win32_init()
252 ntdll = GetModuleHandleA("ntdll.dll"); in ares_evsys_win32_init()
253 if (ntdll == NULL) { in ares_evsys_win32_init()
259 ntdll, "NtDeviceIoControlFile"); in ares_evsys_win32_init()
261 (NtCancelIoFileEx_t)(void *)GetProcAddress(ntdll, "NtCancelIoFileEx"); in ares_evsys_win32_init()
/third_party/glfw/src/
H A Dwin32_init.c163 _glfw.win32.ntdll.instance = _glfwPlatformLoadModule("ntdll.dll"); in loadLibraries()
164 if (_glfw.win32.ntdll.instance) in loadLibraries()
166 _glfw.win32.ntdll.RtlVerifyVersionInfo_ = (PFN_RtlVerifyVersionInfo) in loadLibraries()
167 _glfwPlatformGetModuleSymbol(_glfw.win32.ntdll.instance, "RtlVerifyVersionInfo"); in loadLibraries()
192 if (_glfw.win32.ntdll.instance) in freeLibraries()
193 _glfwPlatformFreeModule(_glfw.win32.ntdll.instance); in freeLibraries()
H A Dwin32_platform.h315 // ntdll.dll function pointer typedefs
317 #define RtlVerifyVersionInfo _glfw.win32.ntdll.RtlVerifyVersionInfo_
504 } ntdll; member
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c292 BOOL ntdll; member
826 fd->ntdll = FALSE; in ntfs_device_win32_open_file()
858 fd->ntdll = FALSE; in ntfs_device_win32_open_drive()
929 fd->ntdll = TRUE; in ntfs_device_win32_open_lowlevel()
1157 fd->ntdll = FALSE; in ntfs_device_win32_open_partition()
1312 || (fd->ntdll && (abs_ofs > fd->part_length))) { in ntfs_device_win32_seek()
1360 if (fd->ntdll) { in ntfs_device_win32_pio()
1548 if (fd->ntdll) { in ntfs_device_win32_close()
1557 if (fd->ntdll) in ntfs_device_win32_close()
1887 if (fd && !fd->ntdll) { in ntfs_device_win32_ioctl()
[all...]
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp134 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() local
135 if (!ntdll) { in is_wine()
136 SkDebugf("No ntdll.dll on Windows?!\n"); in is_wine()
139 return GetProcAddress(ntdll, "wine_get_version") == nullptr ? IsWine::kNo : IsWine::kYes; in is_wine()
/third_party/python/Lib/test/
H A Dpythoninfo.py767 ntdll = ctypes.WinDLL('ntdll')
771 RtlAreLongPathsEnabled = ntdll.RtlAreLongPathsEnabled
/third_party/curl/projects/
H A Dbuild-openssl.bat472 nmake -f ms\ntdll.mak

Completed in 12 milliseconds