Home | History | Annotate | Download | only in src

Lines Matching refs:cat

3545 	struct cil_cat *cat = NULL;
3557 cil_cat_init(&cat);
3561 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)cat, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CAT);
3570 cil_destroy_category(cat);
3575 void cil_destroy_category(struct cil_cat *cat)
3577 if (cat == NULL) {
3581 cil_symtab_datum_destroy(&cat->datum);
3582 free(cat);