Lines Matching refs:tif
2602 struct cil_tunableif *tif = NULL;
2616 cil_tunif_init(&tif);
2618 rc = cil_gen_expr(parse_current->next, CIL_TUNABLE, &tif->str_expr);
2649 ast_node->data = tif;
2656 cil_destroy_tunif(tif);
2660 void cil_destroy_tunif(struct cil_tunableif *tif)
2662 if (tif == NULL) {
2666 cil_list_destroy(&tif->str_expr, CIL_TRUE);
2667 cil_list_destroy(&tif->datum_expr, CIL_FALSE);
2669 free(tif);