Lines Matching refs:child_sdap_opts
800 struct sdap_options *child_sdap_opts;
833 test_ctx->child_sdap_opts = talloc_zero(test_ctx, struct sdap_options);
837 test_ctx->child_sdap_opts = mock_sdap_opts(test_ctx);
838 assert_non_null(test_ctx->child_sdap_opts);
867 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
873 test_ctx->child_sdap_opts);
875 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
887 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
894 test_ctx->child_sdap_opts);
896 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
908 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
915 test_ctx->child_sdap_opts);
917 val = dp_opt_get_int(test_ctx->child_sdap_opts->basic,
929 test_ctx->child_sdap_opts->user_map[SDAP_AT_USER_PRINC].name,
935 test_ctx->child_sdap_opts);
938 test_ctx->child_sdap_opts->user_map[SDAP_AT_USER_PRINC].name,
941 talloc_free(test_ctx->child_sdap_opts->user_map[SDAP_AT_USER_PRINC].name);