Home
last modified time | relevance | path

Searched refs:CIL_TREE_SKIP_NEXT (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_tree.h69 #define CIL_TREE_SKIP_NEXT 1 macro
71 #define CIL_TREE_SKIP_ALL (CIL_TREE_SKIP_NOTHING | CIL_TREE_SKIP_NEXT | CIL_TREE_SKIP_HEAD)
Dcil_build_ast.c6206 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6209 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6212 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6215 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6218 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6221 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6224 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6229 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6232 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
6235 *finished = CIL_TREE_SKIP_NEXT; in __cil_build_ast_node_helper()
[all …]
Dcil_tree.c279 if (finished & CIL_TREE_SKIP_NEXT) { in cil_tree_walk_core()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c16501 CuAssertIntEquals(tc, CIL_TREE_SKIP_NEXT, finished); in test_cil_build_ast_node_helper_permset()
16610 CuAssertIntEquals(tc, CIL_TREE_SKIP_NEXT, finished); in test_cil_build_ast_node_helper_classpermset()