Lines Matching defs:roleallow
1928 struct cil_roleallow *roleallow = NULL;
1940 cil_roleallow_init(&roleallow);
1942 roleallow->src_str = parse_current->next->data;
1943 roleallow->tgt_str = parse_current->next->next->data;
1945 ast_node->data = roleallow;
1951 cil_tree_log(parse_current, CIL_ERR, "Bad roleallow rule");
1952 cil_destroy_roleallow(roleallow);
1956 void cil_destroy_roleallow(struct cil_roleallow *roleallow)
1958 if (roleallow == NULL) {
1962 free(roleallow);