OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curblock
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/src/
policydb.c
1012
avrule_block_t *
curblock
;
local
1018
for (
curblock
= p->global;
curblock
!= NULL;
curblock
=
curblock
->next) {
1019
for (decl =
curblock
->branch_list; decl != NULL;
1031
for (
curblock
= p->global;
curblock
!= NULL;
curblock
=
curblock
->next)
3498
avrule_block_t *last_block = NULL, *
curblock
;
local
[
all
...]
expand.c
2703
avrule_block_t *
curblock
= state->base->global;
local
2926
avrule_block_t *
curblock
;
local
[
all
...]
Completed in 126 milliseconds