Lines Matching refs:tmp_con
61 context_struct_t *tmp_con = NULL;
88 if (context_from_record(handle, policydb, &tmp_con,
91 context_cpy(&tmp_port->context[0], tmp_con);
92 context_destroy(tmp_con);
93 free(tmp_con);
94 tmp_con = NULL;
107 context_destroy(tmp_con);
108 free(tmp_con);
125 sepol_context_t *tmp_con = NULL;
138 if (context_to_record(handle, policydb, con, &tmp_con) < 0)
141 if (sepol_port_set_con(handle, tmp_record, tmp_con) < 0)
144 sepol_context_free(tmp_con);
151 sepol_context_free(tmp_con);