HomeSort by relevance Sort by last modified time
    Searched defs:lvlrange (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/cil/src/
cil_tree.c 47 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange);
607 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange)
610 if (lvlrange->low != NULL) {
612 cil_tree_print_level(lvlrange->low);
614 } else if (lvlrange->low_str != NULL) {
615 cil_log(CIL_INFO, " %s", lvlrange->low_str);
618 if (lvlrange->high != NULL) {
620 cil_tree_print_level(lvlrange->high);
622 } else if (lvlrange->high_str != NULL) {
623 cil_log(CIL_INFO, " %s", lvlrange->high_str)
1340 struct cil_levelrange *lvlrange = node->data; local
    [all...]
cil_build_ast.c 3931 struct cil_levelrange *lvlrange = NULL; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 1426 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1455 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1484 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1511 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1536 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1563 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
    [all...]

Completed in 214 milliseconds