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