OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet_context_str
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_reset_ast.c
318
if (netifcon->
packet_context_str
== NULL) {
cil_copy_ast.c
1095
if (orig->
packet_context_str
!= NULL) {
1096
new->
packet_context_str
= orig->
packet_context_str
;
[
all
...]
cil_internal.h
756
char *
packet_context_str
;
member in struct:cil_netifcon
cil_tree.c
[
all
...]
cil_resolve_ast.c
[
all
...]
cil.c
[
all
...]
cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c
947
CuAssertStrEquals(tc, test_copy->
packet_context_str
,
948
((struct cil_netifcon *)test_ast_node->data)->
packet_context_str
);
981
CuAssertStrEquals(tc, test_copy->
packet_context_str
,
982
((struct cil_netifcon *)test_ast_node->data)->
packet_context_str
);
[
all
...]
Completed in 47 milliseconds