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:stem_arr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
label_file.h
90
struct stem *
stem_arr
;
member
270
if (stem_len == data->
stem_arr
[i].len &&
in find_stem()
271
!strncmp(buf, data->
stem_arr
[i].buf, stem_len))
in find_stem()
286
tmp_arr = realloc(data->
stem_arr
,
in store_stem()
292
data->
stem_arr
= tmp_arr;
in store_stem()
294
data->
stem_arr
[num].len = stem_len;
in store_stem()
295
data->
stem_arr
[num].buf = buf;
in store_stem()
296
data->
stem_arr
[num].from_mmap = 0;
in store_stem()
302
/* find the stem of a file spec, returns the index into
stem_arr
for a new
H
A
D
label_file.c
40
/* find the stem of a file name, returns the index into
stem_arr
(or -1 if
51
if (stem_len == data->
stem_arr
[i].len
in find_stem_from_file()
52
&& !strncmp(key, data->
stem_arr
[i].buf, stem_len)) {
in find_stem_from_file()
242
* number in the data
stem_arr
in load_mmap()
285
data->
stem_arr
[newid].from_mmap = 1;
in load_mmap()
370
/* map the stem id from the mmap file to the data->
stem_arr
*/
in load_mmap()
898
stem = &data->
stem_arr
[i];
in closef()
906
if (data->
stem_arr
)
in closef()
907
free(data->
stem_arr
);
in closef()
1252
struct stem *stem_arr1 = data1->
stem_arr
, *stem_arr
in cmp()
[all...]
/third_party/selinux/libselinux/utils/
H
A
D
sefcontext_compile.c
156
char *stem = data->
stem_arr
[i].buf;
in write_binary_file()
157
uint32_t stem_len = data->
stem_arr
[i].len;
in write_binary_file()
263
free(data->
stem_arr
[i].buf);
in free_specs()
264
free(data->
stem_arr
);
in free_specs()
Completed in 3 milliseconds