OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_context
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
avtab.h
93
void *
parse_context
; /* generic context pointer used by parser;
member in struct:avtab_node
133
void *
parse_context
);
/external/opencv3/3rdparty/jinja2/
parser.py
271
def
parse_context
():
function in function:Parser.parse_from
283
if
parse_context
():
295
if
parse_context
() or self.stream.current.type != 'comma':
[
all
...]
/external/selinux/libsepol/src/
expand.c
[
all
...]
conditional.c
690
node_ptr->
parse_context
= (void *)1;
write.c
700
if (cur_list->node->
parse_context
)
715
if (cur_list->node->
parse_context
)
[
all
...]
/external/selinux/libsepol/cil/src/
cil_binary.c
937
//
parse_context
needs to be non-NULL for conditional rules to be
941
avtab_ptr->
parse_context
= (void*)1;
[
all
...]
Completed in 289 milliseconds