Home | History | Annotate | Download | only in src

Lines Matching refs:ctx1

656 	context_struct_t *ctx1 = NULL, *ctx2 = NULL;
657 ctx1 = malloc(sizeof(context_struct_t));
659 if (ctx1 == NULL || ctx2 == NULL)
661 context_init(ctx1);
664 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
670 *response = mls_range_contains(ctx1->range, ctx2->range);
671 context_destroy(ctx1);
673 free(ctx1);
683 context_destroy(ctx1);
685 free(ctx1);