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:new_bool
(Results
1 - 3
of
3
) sorted by relevance
/third_party/selinux/libsepol/src/
H
A
D
boolean_record.c
151
sepol_bool_t *
new_bool
= NULL;
in sepol_bool_clone()
local
153
if (sepol_bool_create(handle, &
new_bool
) < 0)
in sepol_bool_clone()
156
if (sepol_bool_set_name(handle,
new_bool
, boolean->name) < 0)
in sepol_bool_clone()
159
new_bool
->value = boolean->value;
in sepol_bool_clone()
161
*bool_ptr =
new_bool
;
in sepol_bool_clone()
166
sepol_bool_free(
new_bool
);
in sepol_bool_clone()
H
A
D
expand.c
1109
cond_bool_datum_t *bool, *
new_bool
;
in bool_copy_callback()
local
1129
new_bool
= (cond_bool_datum_t *) malloc(sizeof(cond_bool_datum_t));
in bool_copy_callback()
1130
if (!
new_bool
) {
in bool_copy_callback()
1138
free(
new_bool
);
in bool_copy_callback()
1143
new_bool
->s.value = state->out->p_bools.nprim;
in bool_copy_callback()
1147
(hashtab_datum_t)
new_bool
);
in bool_copy_callback()
1150
free(
new_bool
);
in bool_copy_callback()
1155
state->boolmap[bool->s.value - 1] =
new_bool
->s.value;
in bool_copy_callback()
1157
new_bool
->state = bool->state;
in bool_copy_callback()
1158
new_bool
in bool_copy_callback()
[all...]
H
A
D
link.c
605
cond_bool_datum_t *booldatum, *base_bool, *
new_bool
= NULL;
in bool_copy_callback()
local
620
if ((
new_bool
=
in bool_copy_callback()
621
(cond_bool_datum_t *) malloc(sizeof(*
new_bool
))) == NULL) {
in bool_copy_callback()
624
new_bool
->s.value = state->base->p_bools.nprim + 1;
in bool_copy_callback()
628
(hashtab_datum_t)
new_bool
);
in bool_copy_callback()
633
base_bool =
new_bool
;
in bool_copy_callback()
665
cond_destroy_bool(new_id,
new_bool
, NULL);
in bool_copy_callback()
Completed in 6 milliseconds