Searched refs:ctx_record (Results 1 – 3 of 3) sorted by relevance
299 sepol_context_t *ctx_record = NULL; in context_from_string() local316 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()320 if (context_from_record(handle, policydb, cptr, ctx_record) < 0) in context_from_string()324 sepol_context_free(ctx_record); in context_from_string()330 sepol_context_free(ctx_record); in context_from_string()
101 CONTEXT ctx_record = {}; in WriteDump() local104 &ctx_record, in WriteDump()
558 sepol_context_t *ctx_record = NULL; in check_line() local567 ctx_str, &ctx_record); in check_line()568 if (result == STATUS_SUCCESS && ctx_record != NULL) { in check_line()570 s->policydb, ctx_record); in check_line()571 sepol_context_free(ctx_record); in check_line()