Lines Matching defs:stc
32 struct sss_test_ctx *stc;
110 imm = tevent_create_immediate(global_test_ctx->stc->ev);
112 tevent_schedule_immediate(imm, global_test_ctx->stc->ev, fake_sbus_msg_done, global_test_ctx);
131 test_ctx->stc = create_ev_test_ctx(test_ctx);
132 assert_non_null(test_ctx->stc);
150 test_ctx->stc->done = true;
174 req = sbus_get_sender_id_send(test_ctx, test_ctx->stc->ev,
178 ret = test_ev_loop(test_ctx->stc);
183 req = sbus_get_sender_id_send(test_ctx, test_ctx->stc->ev,
187 ret = test_ev_loop(test_ctx->stc);
202 test_ctx->stc->done = true;
214 req = sbus_get_sender_id_send(test_ctx, test_ctx->stc->ev,
218 ret = test_ev_loop(test_ctx->stc);