Home
last modified time | relevance | path

Searched refs:CEXPR_MAXDEPTH (Results 1 – 5 of 5) sorted by relevance

/third_party/selinux/libsepol/include/sepol/policydb/
Dconstraint.h29 #define CEXPR_MAXDEPTH 5 macro
/third_party/selinux/libsepol/src/
Dservices.c397 int s[CEXPR_MAXDEPTH]; in constraint_expr_eval_reason()
508 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
640 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
Dpolicydb.c2193 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
2200 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
/third_party/selinux/checkpolicy/
Dpolicy_define.c3524 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_constraint()
3663 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_validatetrans()
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c2788 if (depth == (CEXPR_MAXDEPTH - 1)) { in __cil_validate_constrain_expr()