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:fl_head
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
matchpathcon.c
188
static file_spec_t *
fl_head
;
variable
203
if (!
fl_head
) {
in matchpathcon_filespec_add()
204
fl_head
= malloc(sizeof(file_spec_t) * HASH_BUCKETS);
in matchpathcon_filespec_add()
205
if (!
fl_head
)
in matchpathcon_filespec_add()
207
memset(
fl_head
, 0, sizeof(file_spec_t) * HASH_BUCKETS);
in matchpathcon_filespec_add()
211
for (prevfl = &
fl_head
[h], fl =
fl_head
[h].next; fl;
in matchpathcon_filespec_add()
271
if (!
fl_head
)
in matchpathcon_filespec_eval()
279
for (fl =
fl_head
[h].next; fl; fl = fl->next) {
in matchpathcon_filespec_eval()
304
if (!
fl_head
)
in matchpathcon_filespec_destroy()
[all...]
H
A
D
selinux_restorecon.c
429
static file_spec_t *
fl_head
;
variable
447
if (!
fl_head
) {
in filespec_add()
448
fl_head
= calloc(HASH_BUCKETS, sizeof(file_spec_t));
in filespec_add()
449
if (!
fl_head
)
in filespec_add()
454
for (prevfl = &
fl_head
[h], fl =
fl_head
[h].next; fl;
in filespec_add()
534
if (!
fl_head
)
in filespec_eval()
542
for (fl =
fl_head
[h].next; fl; fl = fl->next)
in filespec_eval()
569
if (!
fl_head
)
in filespec_destroy()
573
fl =
fl_head
[
in filespec_destroy()
[all...]
Completed in 3 milliseconds