Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:cond_expr_t

3134 int define_conditional(cond_expr_t * expr, avrule_t * t, avrule_t * f)
3136 cond_expr_t *e;
3233 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void *arg2)
3246 return (cond_expr_t *) 1; /* any non-NULL value */
3255 memset(expr, 0, sizeof(cond_expr_t));