Lines Matching refs:tctx

61     struct sss_test_ctx *tctx;
127 ctx->tctx->error = sdap_nested_group_recv(ctx, req,
133 ctx->tctx->done = true;
157 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
163 ret = test_ev_loop(test_ctx->tctx);
219 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
225 ret = test_ev_loop(test_ctx->tctx);
279 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
285 ret = test_ev_loop(test_ctx->tctx);
344 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
350 ret = test_ev_loop(test_ctx->tctx);
407 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
413 ret = test_ev_loop(test_ctx->tctx);
498 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
504 ret = test_ev_loop(test_ctx->tctx);
576 req = sdap_nested_group_send(req_mem_ctx, test_ctx->tctx->ev,
582 ret = test_ev_loop(test_ctx->tctx);
607 test_ctx->tctx = create_dom_test_ctx(test_ctx, TESTS_PATH, TEST_CONF_DB,
610 assert_non_null(test_ctx->tctx);
614 test_ctx->tctx->dom,
615 test_ctx->tctx->confdb,
616 test_ctx->tctx->conf_dom_path);
622 test_ctx->be_ctx = mock_be_ctx(test_ctx, test_ctx->tctx);
831 ext_pvt->dom_head = test_ctx->tctx->dom;
849 ret = sysdb_delete_group(test_ctx->tctx->dom, "rootgroup", 0);
857 test_ctx->tctx->dom->name);
864 ret = sysdb_delete_user(test_ctx->tctx->dom,
869 ret = sysdb_delete_group(test_ctx->tctx->dom,
894 ctx->tctx->error = sdap_nested_group_lookup_external_recv(ctx, req);
897 ctx->tctx->done = true;
972 test_ctx->tctx->dom->name);
978 ret = sysdb_store_group(test_ctx->tctx->dom,
1000 test_ctx->tctx->dom->name);
1006 test_ctx->tctx->dom->name);
1011 ret = sysdb_add_group_member(test_ctx->tctx->dom,
1028 test_ctx->tctx->dom->name);
1044 test_ctx->tctx->dom->name);
1048 test_ctx->tctx->dom->name,
1147 req = sdap_nested_group_send(test_ctx, test_ctx->tctx->ev,
1153 ret = test_ev_loop(test_ctx->tctx);
1201 req = sdap_nested_group_lookup_external_send(test_ctx, test_ctx->tctx->ev,
1202 test_ctx->tctx->dom,
1208 test_ctx->tctx->done = false;
1209 ret = test_ev_loop(test_ctx->tctx);
1216 test_ctx->tctx->dom->name);
1219 ret = sysdb_initgroups(test_ctx, test_ctx->tctx->dom, fqdn, &res);
1226 test_ctx->tctx->dom->name);
1230 test_ctx->tctx->dom,