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:ntfs_calloc
(Results
1 - 17
of
17
) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
misc.h
26
void *
ntfs_calloc
(size_t size);
/third_party/ntfs-3g/libntfs-3g/
H
A
D
misc.c
39
*
ntfs_calloc
43
void *
ntfs_calloc
(size_t size)
in ntfs_calloc()
function
H
A
D
attrlist.c
140
new_al =
ntfs_calloc
(ni->attr_list_size + entry_len);
in ntfs_attrlist_entry_add()
278
new_al =
ntfs_calloc
(new_al_len);
in ntfs_attrlist_entry_rm()
H
A
D
dir.c
1506
si =
ntfs_calloc
(si_len);
in __ntfs_create()
1580
ir =
ntfs_calloc
(ir_len);
in __ntfs_create()
1690
fn =
ntfs_calloc
(fn_len);
in __ntfs_create()
2227
fn =
ntfs_calloc
(fn_len);
in ntfs_link_i()
H
A
D
index.c
132
icx =
ntfs_calloc
(sizeof(ntfs_index_context));
in ntfs_index_ctx_get()
912
ib =
ntfs_calloc
(ib_size);
in ntfs_ib_alloc()
1641
ie =
ntfs_calloc
(ie_size);
in ntfs_index_add_filename()
H
A
D
inode.c
95
ni = (ntfs_inode*)
ntfs_calloc
(sizeof(ntfs_inode));
in __ntfs_inode_allocate()
H
A
D
unistr.c
1718
result =
ntfs_calloc
(resultLength);
1734
ntfs_log_error("Could not perform a
ntfs_calloc
of %d "
H
A
D
volume.c
135
return
ntfs_calloc
(sizeof(ntfs_volume));
in ntfs_volume_alloc()
H
A
D
mft.c
485
m =
ntfs_calloc
(vol->mft_record_size);
in ntfs_mft_record_format()
H
A
D
attrib.c
426
na =
ntfs_calloc
(sizeof(ntfs_attr));
in ntfs_attr_open()
1257
buf =
ntfs_calloc
(NTFS_BUF_SIZE);
in ntfs_attr_fill_zero()
H
A
D
security.c
3379
sd = (SECURITY_DESCRIPTOR_RELATIVE*)
ntfs_calloc
(sd_len);
in ntfs_sd_add_everyone()
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
971
char *b =
ntfs_calloc
(delta);
in ntfs_rlwrite()
2478
ia_val =
ntfs_calloc
(index_block_size);
in upgrade_to_large_index()
2842
idx_entry_sdh =
ntfs_calloc
(sizeof(INDEX_ENTRY));
in initialize_secure()
2845
idx_entry_sii =
ntfs_calloc
(sizeof(INDEX_ENTRY));
in initialize_secure()
2917
idx_entry_q1 =
ntfs_calloc
(q1_size);
in initialize_quota()
2944
idx_entry_q2 =
ntfs_calloc
(q2_size);
in initialize_quota()
2979
idx_entry_o =
ntfs_calloc
(o_size);
in initialize_quota()
3234
idx_entry_new =
ntfs_calloc
(idx_size + 0x10);
in create_hardlink_res()
3388
idx_entry_new =
ntfs_calloc
(idx_size);
in index_obj_id_insert()
3879
g_dynamic_buf = (u8*)
ntfs_calloc
(g_dynamic_buf_siz
in mkntfs_initialize_bitmaps()
[all...]
H
A
D
ntfsresize.c
1682
mp =
ntfs_calloc
(mp_size);
in replace_attribute_runlist()
2736
bm->bm =
ntfs_calloc
(bm->size);
in setup_lcn_bitmap()
3269
expand->mft_bitmap = (u8*)
ntfs_calloc
(bitmap_size);
in get_mft_bitmap()
3984
mp =
ntfs_calloc
(mp_size);
in update_runlist()
4410
expand->bitmap = (u8*)
ntfs_calloc
(expand->bitmap_allocated);
in really_expand()
H
A
D
ntfsclone.c
956
buf =
ntfs_calloc
(csize);
1987
ni =
ntfs_calloc
(sizeof(ntfs_inode));
2095
lcn_bitmap.bm =
ntfs_calloc
(lcn_bitmap.size);
H
A
D
ntfsundelete.c
1105
ntfs_calloc
(sizeof(*name));
in rescue_name()
/third_party/ntfs-3g/src/
H
A
D
ntfs-3g.c
4005
ctx =
ntfs_calloc
(sizeof(ntfs_fuse_context_t));
in ntfs_fuse_init()
H
A
D
lowntfs-3g.c
4291
ctx = (ntfs_fuse_context_t*)
ntfs_calloc
(sizeof(ntfs_fuse_context_t));
Completed in 52 milliseconds