Lines Matching refs:tmp_con
20 context_struct_t *tmp_con = NULL;
56 if (context_from_record(handle, policydb, &tmp_con,
59 context_cpy(&tmp_node->context[0], tmp_con);
60 context_destroy(tmp_con);
61 free(tmp_con);
62 tmp_con = NULL;
75 context_destroy(tmp_con);
76 free(tmp_con);
90 sepol_context_t *tmp_con = NULL;
129 if (context_to_record(handle, policydb, con, &tmp_con) < 0)
132 if (sepol_node_set_con(handle, tmp_record, tmp_con) < 0)
135 sepol_context_free(tmp_con);
141 sepol_context_free(tmp_con);