Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ntdll
(Results
1 - 9
of
9
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
MemoryLock.cpp
97
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
D
SystemInfo.cpp
731
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
D
ares_event_win32.c
56
* 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
D
win32_init.c
163
_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
D
win32_platform.h
315
//
ntdll
.dll function pointer typedefs
317
#define RtlVerifyVersionInfo _glfw.win32.
ntdll
.RtlVerifyVersionInfo_
504
}
ntdll
;
member
/third_party/ntfs-3g/libntfs-3g/
H
A
D
win32_io.c
292
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
D
GLTestContext_angle.cpp
134
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
D
pythoninfo.py
767
ntdll
= ctypes.WinDLL('
ntdll
')
771
RtlAreLongPathsEnabled =
ntdll
.RtlAreLongPathsEnabled
/third_party/curl/projects/
H
A
D
build-openssl.bat
472
nmake -f ms\
ntdll
.mak
Completed in 10 milliseconds