Searched refs:tctx (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-lib-signals.c17 kill_timeout(struct test_context_delayed *tctx ATTR_UNUSED)
24 test_timeout(struct test_context_delayed *tctx) argument
26 tctx->timed_out = TRUE;
34 struct test_context_delayed *tctx = local
36 tctx->signal_handled = TRUE;
43 struct test_context_delayed tctx; local
49 i_zero(&tctx);
53 signal_handler_delayed, &tctx);
56 to_kill = timeout_add_short(200, kill_timeout, &tctx);
57 to_test = timeout_add_short(400, test_timeout, &tctx);
102 struct test_context_delayed tctx; local
146 struct test_context_delayed tctx; local
[all...]

Completed in 6 milliseconds