Home
last modified time | relevance | path

Searched refs:CIL_SRC_INFO (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h115 CIL_SRC_INFO, enumerator
Dcil_tree.c79 } else if (node->flavor == CIL_SRC_INFO) { in cil_tree_get_next_path()
Dcil_write_ast.c1523 if (node->flavor == CIL_SRC_INFO) { in __write_cil_ast_node_helper()
1544 if (parent->flavor != CIL_SRC_INFO && parent->flavor != CIL_ROOT) { in __write_cil_ast_first_child_helper()
1558 } else if (parent->flavor == CIL_SRC_INFO) { in __write_cil_ast_last_child_helper()
Dcil.c1005 case CIL_SRC_INFO: in cil_destroy_data()
1366 case CIL_SRC_INFO: in cil_node_to_string()
Dcil_copy_ast.c1984 case CIL_SRC_INFO: in __cil_copy_node_helper()
Dcil_binary.c4530 if (n->flavor != CIL_SRC_INFO) { in __cil_print_parents()
Dcil_build_ast.c6118 ast_node->flavor = CIL_SRC_INFO; in cil_gen_src_info()