Lines Matching defs:subdom_ad_ctx
386 struct ad_id_ctx *subdom_ad_ctx;
576 struct ad_id_ctx *subdom_ad_ctx;
615 subdom_ad_ctx = talloc_zero(test_ctx, struct ad_id_ctx);
616 assert_non_null(subdom_ad_ctx);
618 subdom_ldap_ctx = talloc_zero(subdom_ad_ctx, struct sdap_id_conn_ctx);
620 subdom_ad_ctx->ldap_ctx = subdom_ldap_ctx;
624 sdom->pvt = subdom_ad_ctx;
626 test_ctx->subdom_ad_ctx = subdom_ad_ctx;
641 talloc_free(test_ctx->subdom_ad_ctx);
685 assert_true(conn == test_ctx->subdom_ad_ctx->ldap_ctx);
714 assert_true(conn_list[1] == test_ctx->subdom_ad_ctx->ldap_ctx);
734 assert_true(conn_list[0] == test_ctx->subdom_ad_ctx->ldap_ctx);
763 assert_true(conn_list[0] == test_ctx->subdom_ad_ctx->ldap_ctx);
792 assert_true(conn_list[1] == test_ctx->subdom_ad_ctx->ldap_ctx);