Lines Matching refs:ctx2
672 context_struct_t *ctx1 = NULL, *ctx2 = NULL;
674 ctx2 = malloc(sizeof(context_struct_t));
675 if (ctx1 == NULL || ctx2 == NULL)
678 context_init(ctx2);
683 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0)
686 *response = mls_range_contains(ctx1->range, ctx2->range);
688 context_destroy(ctx2);
690 free(ctx2);
700 context_destroy(ctx2);
702 free(ctx2);