Home | History | Annotate | Download | only in src

Lines Matching full:flavor

130 	new_node->flavor = CIL_ROOT;
145 if ((*node)->flavor >= CIL_MIN_DECLARATIVE) {
149 cil_destroy_data(&(*node)->data, (*node)->flavor);
152 cil_destroy_data(&(*node)->data, (*node)->flavor);
260 switch (curr->flavor) {
403 cil_log(CIL_ERR, "Unknown flavor in expression\n");
436 if (current_perm->flavor == CIL_PERM) {
438 } else if (current_perm->flavor == CIL_MAP_PERM) {
441 cil_log(CIL_INFO, "\n\n perms list contained unexpected data type: %d\n", current_perm->flavor);
500 if (i->flavor == CIL_CLASSPERMS) {
586 cil_log(CIL_INFO, "FLAVOR: %d", node->flavor);
589 switch( node->flavor ) {
949 if (cb->flavor == CIL_CONDTRUE) {
951 } else if (cb->flavor == CIL_CONDFALSE) {
1219 if (sens->flavor == CIL_LIST) {
1533 cil_log(CIL_INFO, " flavor: %d, string: %s;", ((struct cil_param*)curr_param->data)->flavor, ((struct cil_param*)curr_param->data)->str);
1562 switch (item->flavor) {
1597 cil_log(CIL_INFO, "CIL FLAVOR: %d\n", node->flavor);
1612 if (current->flavor == CIL_NODE) {
1618 } else if (current->flavor != CIL_PERM) {
1632 if (current->flavor != CIL_NODE) {
1641 if (current->flavor == CIL_PERM) {
1643 } else if (current->flavor != CIL_NODE) {