Lines Matching refs:tmp_con
20 context_struct_t *tmp_con = NULL; in ibendport_from_record() local
45 if (context_from_record(handle, policydb, &tmp_con, in ibendport_from_record()
48 context_cpy(&tmp_ibendport->context[0], tmp_con); in ibendport_from_record()
49 context_destroy(tmp_con); in ibendport_from_record()
50 free(tmp_con); in ibendport_from_record()
51 tmp_con = NULL; in ibendport_from_record()
64 context_destroy(tmp_con); in ibendport_from_record()
65 free(tmp_con); in ibendport_from_record()
79 sepol_context_t *tmp_con = NULL; in ibendport_to_record() local
91 if (context_to_record(handle, policydb, con, &tmp_con) < 0) in ibendport_to_record()
94 if (sepol_ibendport_set_con(handle, tmp_record, tmp_con) < 0) in ibendport_to_record()
97 sepol_context_free(tmp_con); in ibendport_to_record()
103 sepol_context_free(tmp_con); in ibendport_to_record()