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:ictx
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
index.c
53
* @
ictx
: ntfs index context describing the index entry
55
* Mark the index entry described by the index entry context @
ictx
dirty.
65
void ntfs_index_entry_mark_dirty(ntfs_index_context *
ictx
)
in ntfs_index_entry_mark_dirty()
argument
67
if (
ictx
->is_in_root)
in ntfs_index_entry_mark_dirty()
68
ntfs_inode_mark_dirty(
ictx
->actx->ntfs_ino);
in ntfs_index_entry_mark_dirty()
70
ictx
->ib_dirty = TRUE;
in ntfs_index_entry_mark_dirty()
2038
ntfs_index_context *
ictx
)
in ntfs_index_walk_down()
2046
if (
ictx
->is_in_root) {
in ntfs_index_walk_down()
2050
ictx
->ir = (INDEX_ROOT*)NULL;
in ntfs_index_walk_down()
2051
ictx
in ntfs_index_walk_down()
2037
ntfs_index_walk_down(INDEX_ENTRY *ie, ntfs_index_context *
ictx
)
ntfs_index_walk_down()
argument
2077
ntfs_index_walk_up(INDEX_ENTRY *ie, ntfs_index_context *
ictx
)
ntfs_index_walk_up()
argument
2151
ntfs_index_next(INDEX_ENTRY *ie, ntfs_index_context *
ictx
)
ntfs_index_next()
argument
[all...]
H
A
D
inode.c
797
ntfs_index_context *
ictx
;
in ntfs_inode_sync_file_name()
local
849
ictx
= ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4);
in ntfs_inode_sync_file_name()
850
if (!
ictx
) {
in ntfs_inode_sync_file_name()
860
if (ntfs_index_lookup(fn, sizeof(FILE_NAME_ATTR),
ictx
)) {
in ntfs_inode_sync_file_name()
869
ntfs_index_ctx_put(
ictx
);
in ntfs_inode_sync_file_name()
875
fnx = (FILE_NAME_ATTR *)
ictx
->data;
in ntfs_inode_sync_file_name()
905
ntfs_index_entry_mark_dirty(
ictx
);
in ntfs_inode_sync_file_name()
906
ntfs_index_ctx_put(
ictx
);
in ntfs_inode_sync_file_name()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
index.h
139
extern void ntfs_index_ctx_put(ntfs_index_context *
ictx
);
140
extern void ntfs_index_ctx_reinit(ntfs_index_context *
ictx
);
147
ntfs_index_context *
ictx
) __attribute_warn_unused_result__;
150
ntfs_index_context *
ictx
);
161
extern void ntfs_index_entry_mark_dirty(ntfs_index_context *
ictx
);
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_idea_hw.c
22
PROV_IDEA_CTX *
ictx
= (PROV_IDEA_CTX *)ctx;
in cipher_hw_idea_initkey()
local
23
IDEA_KEY_SCHEDULE *ks = &(
ictx
->ks.ks);
in cipher_hw_idea_initkey()
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_idea_hw.c
22
PROV_IDEA_CTX *
ictx
= (PROV_IDEA_CTX *)ctx;
in cipher_hw_idea_initkey()
local
23
IDEA_KEY_SCHEDULE *ks = &(
ictx
->ks.ks);
in cipher_hw_idea_initkey()
Completed in 6 milliseconds