Lines Matching defs:test_ctx
45 struct certmap_test_ctx *test_ctx;
52 test_ctx = talloc_zero(global_talloc_context,
54 assert_non_null(test_ctx);
55 check_leaks_push(test_ctx);
59 test_ctx->tctx = create_dom_test_ctx(test_ctx, TESTS_PATH,
62 assert_non_null(test_ctx->tctx);
64 *state = test_ctx;
70 struct certmap_test_ctx *test_ctx =
74 talloc_free(test_ctx->tctx);
75 assert_true(check_leaks_pop(test_ctx));
76 talloc_free(test_ctx);