Lines Matching refs:tmp_con
21 context_struct_t *tmp_con = NULL;
42 if (context_from_record(handle, policydb, &tmp_con,
45 context_cpy(&tmp_ibpkey->context[0], tmp_con);
46 context_destroy(tmp_con);
47 free(tmp_con);
48 tmp_con = NULL;
61 context_destroy(tmp_con);
62 free(tmp_con);
73 sepol_context_t *tmp_con = NULL;
85 if (context_to_record(handle, policydb, con, &tmp_con) < 0)
88 if (sepol_ibpkey_set_con(handle, tmp_record, tmp_con) < 0)
91 sepol_context_free(tmp_con);
97 sepol_context_free(tmp_con);