Lines Matching refs:role_trans
2488 void cil_roletransition_init(struct cil_roletransition **role_trans)
2490 *role_trans = cil_malloc(sizeof(**role_trans));
2492 (*role_trans)->src_str = NULL;
2493 (*role_trans)->src = NULL;
2494 (*role_trans)->tgt_str = NULL;
2495 (*role_trans)->tgt = NULL;
2496 (*role_trans)->obj_str = NULL;
2497 (*role_trans)->obj = NULL;
2498 (*role_trans)->result_str = NULL;
2499 (*role_trans)->result = NULL;