Lines Matching defs:subdom_ad_ctx
389 struct ad_id_ctx *subdom_ad_ctx;
588 struct ad_id_ctx *subdom_ad_ctx;
622 subdom_ad_ctx = talloc_zero(test_ctx, struct ad_id_ctx);
623 assert_non_null(subdom_ad_ctx);
625 subdom_ldap_ctx = talloc_zero(subdom_ad_ctx, struct sdap_id_conn_ctx);
627 subdom_ad_ctx->ldap_ctx = subdom_ldap_ctx;
631 sdom->pvt = subdom_ad_ctx;
633 test_ctx->subdom_ad_ctx = subdom_ad_ctx;
648 talloc_free(test_ctx->subdom_ad_ctx);
692 assert_true(conn == test_ctx->subdom_ad_ctx->ldap_ctx);
721 assert_true(conn_list[1] == test_ctx->subdom_ad_ctx->ldap_ctx);
741 assert_true(conn_list[0] == test_ctx->subdom_ad_ctx->ldap_ctx);
770 assert_true(conn_list[0] == test_ctx->subdom_ad_ctx->ldap_ctx);
799 assert_true(conn_list[1] == test_ctx->subdom_ad_ctx->ldap_ctx);