Home | History | Annotate | Download | only in src

Lines Matching refs:role_trans

2096 void cil_roletransition_init(struct cil_roletransition **role_trans)
2098 *role_trans = cil_malloc(sizeof(**role_trans));
2100 (*role_trans)->src_str = NULL;
2101 (*role_trans)->src = NULL;
2102 (*role_trans)->tgt_str = NULL;
2103 (*role_trans)->tgt = NULL;
2104 (*role_trans)->obj_str = NULL;
2105 (*role_trans)->obj = NULL;
2106 (*role_trans)->result_str = NULL;
2107 (*role_trans)->result = NULL;