Home | History | Annotate | Download | only in src

Lines Matching defs:ctx2

656 	context_struct_t *ctx1 = NULL, *ctx2 = NULL;
658 ctx2 = malloc(sizeof(context_struct_t));
659 if (ctx1 == NULL || ctx2 == NULL)
662 context_init(ctx2);
667 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0)
670 *response = mls_range_contains(ctx1->range, ctx2->range);
672 context_destroy(ctx2);
674 free(ctx2);
684 context_destroy(ctx2);
686 free(ctx2);