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
94
void *
parse_context
; /* generic context pointer used by parser;
member in struct:avtab_node
134
void *
parse_context
);
/external/libmojo/third_party/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
687
node_ptr->
parse_context
= (void *)1;
write.c
715
if (cur_list->node->
parse_context
)
730
if (cur_list->node->
parse_context
)
[
all
...]
/external/selinux/libsepol/cil/src/
cil_binary.c
947
//
parse_context
needs to be non-NULL for conditional rules to be
951
avtab_ptr->
parse_context
= (void*)1;
[
all
...]
Completed in 390 milliseconds