Lines Matching defs:ar
115 struct dp_id_data *ar;
122 ar = talloc_zero(test_ctx, struct dp_id_data);
123 assert_non_null(ar);
125 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
128 ar->filter_type = BE_FILTER_NAME;
129 ar->filter_value = discard_const(TEST_USER);
131 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
138 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
151 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
165 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
179 ret = check_if_pac_is_available(test_ctx, test_ctx->tctx->dom, ar, &msg);
186 talloc_free(ar);