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:next_decl_id
(Results
1 - 2
of
2
) sorted by relevance
/third_party/selinux/checkpolicy/
H
A
D
module_compiler.c
52
static uint32_t
next_decl_id
= 1;
variable
120
next_decl_id
= 2;
in define_policy()
1312
(decl = avrule_decl_create(
next_decl_id
)) == NULL) {
in begin_optional()
1323
block->branch_list->decl_id ==
next_decl_id
);
in begin_optional()
1331
next_decl_id
++;
in begin_optional()
1353
if ((decl = avrule_decl_create(
next_decl_id
)) == NULL) {
in begin_optional_else()
1363
decl->next == NULL && decl->decl_id ==
next_decl_id
);
in begin_optional_else()
1369
next_decl_id
++;
in begin_optional_else()
/third_party/selinux/libsepol/src/
H
A
D
link.c
59
uint32_t
next_decl_id
, current_decl_id;
member
1725
avrule_decl_create(state->
next_decl_id
);
in copy_avrule_block()
1748
state->base->decl_val_to_struct[state->
next_decl_id
- 1] =
in copy_avrule_block()
1750
state->decl_to_mod[state->
next_decl_id
] = module->policy;
in copy_avrule_block()
1760
state->
next_decl_id
++;
in copy_avrule_block()
2290
state->
next_decl_id
= 0;
in prepare_base()
2297
if (decl->decl_id > state->
next_decl_id
) {
in prepare_base()
2298
state->
next_decl_id
= decl->decl_id;
in prepare_base()
2305
state->
next_decl_id
++;
in prepare_base()
2311
calloc(state->
next_decl_id
in prepare_base()
[all...]
Completed in 5 milliseconds