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:varsize
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
cache.c
262
if (item->
varsize
) {
in ntfs_enter_cache()
264
item->
varsize
);
in ntfs_enter_cache()
267
current->
varsize
= item->
varsize
;
in ntfs_enter_cache()
281
if (item->
varsize
) {
in ntfs_enter_cache()
282
if (current->
varsize
)
in ntfs_enter_cache()
285
item->
varsize
);
in ntfs_enter_cache()
288
item->
varsize
);
in ntfs_enter_cache()
290
if (current->
varsize
)
in ntfs_enter_cache()
294
current->
varsize
in ntfs_enter_cache()
[all...]
H
A
D
security.c
1697
wanted.
varsize
= sizeof(struct POSIX_SECURITY)
in enter_cache()
1705
wanted.
varsize
= 0;
in enter_cache()
1774
wanted.
varsize
= 0;
in fetch_cache()
2677
wanted.
varsize
= sizeof(struct POSIX_SECURITY)
in ntfs_alloc_securid()
2771
legacy.
varsize
= sizeof(struct POSIX_SECURITY)
in ntfs_set_inherited_posix()
2817
wanted.
varsize
= 0;
in ntfs_alloc_securid()
2900
wanted.
varsize
= sizeof(struct POSIX_SECURITY)
in ntfs_set_owner_mode()
2903
wanted.
varsize
= 0;
in ntfs_set_owner_mode()
2906
wanted.
varsize
= 0;
in ntfs_set_owner_mode()
2977
legacy.
varsize
in ntfs_set_owner_mode()
[all...]
H
A
D
inode.c
448
item.
varsize
= 0;
in ntfs_inode_invalidate()
476
item.
varsize
= 0;
in ntfs_inode_open()
535
item.
varsize
= 0;
in ntfs_inode_close()
H
A
D
dir.c
213
count = cached->
varsize
;
in ntfs_dir_lookup_hash()
700
item.
varsize
= strlen(fullname) + 1;
in ntfs_pathname_to_inode()
744
item.
varsize
= strlen(fullname) + 1;
in ntfs_pathname_to_inode()
2072
item.
varsize
= strlen(p);
in ntfs_delete()
2075
item.
varsize
= 0;
in ntfs_delete()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
cache.h
31
size_t
varsize
;
member
39
size_t
varsize
;
member
49
size_t
varsize
; /* not used */
member
H
A
D
security.h
76
size_t
varsize
;
member
91
size_t
varsize
;
member
/third_party/python/PC/
H
A
D
launcher.c
928
size_t
varsize
;
in find_on_path()
local
945
rc = _wdupenv_s(&pathext, &
varsize
, L"PATHEXT");
in find_on_path()
Completed in 14 milliseconds