Searched refs:COND_EXPR_MAXDEPTH (Results 1 – 6 of 6) sorted by relevance
33 #define COND_EXPR_MAXDEPTH 10 macro
214 int s[COND_EXPR_MAXDEPTH]; in cond_evaluate_expr()222 if (sp == (COND_EXPR_MAXDEPTH - 1)) in cond_evaluate_expr()
2864 cond_bool_datum_t *tmp[COND_EXPR_MAXDEPTH]; in discard_tunables()2867 memset(tmp, 0, sizeof(cond_bool_datum_t *) * COND_EXPR_MAXDEPTH); in discard_tunables()
338 char *stack[COND_EXPR_MAXDEPTH] = {}; in cil_expr_to_string()342 if (pos >= COND_EXPR_MAXDEPTH) { in cil_expr_to_string()
2554 if (flavor == CIL_BOOL && *depth > COND_EXPR_MAXDEPTH) { in __cil_fill_expr_helper()2555 cil_log(CIL_ERR, "Max depth of %d exceeded for boolean expression\n", COND_EXPR_MAXDEPTH); in __cil_fill_expr_helper()
3960 if (depth == (COND_EXPR_MAXDEPTH - 1)) { in define_conditional()