Lines Matching defs:ctx1
672 context_struct_t *ctx1 = NULL, *ctx2 = NULL;
673 ctx1 = malloc(sizeof(context_struct_t));
675 if (ctx1 == NULL || ctx2 == NULL)
677 context_init(ctx1);
680 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
686 *response = mls_range_contains(ctx1->range, ctx2->range);
687 context_destroy(ctx1);
689 free(ctx1);
699 context_destroy(ctx1);
701 free(ctx1);