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

/dovecot/src/lib/
H A Dtest-lib-signals.c44 struct timeout *to_kill, *to_test; local
56 to_kill = timeout_add_short(200, kill_timeout, &tctx);
60 timeout_remove(&to_kill);
81 to_kill = timeout_add_short(200, kill_timeout, &tctx);
85 timeout_remove(&to_kill);
103 struct timeout *to_kill, *to_test; local
125 to_kill = timeout_add_short(200, kill_timeout, &tctx);
129 timeout_remove(&to_kill);
147 struct timeout *to_kill, *to_test; local
171 to_kill
[all...]
/dovecot/src/lib-program-client/
H A Dprogram-client-local.c31 struct timeout *to_kill; member in struct:program_client_local
297 timeout_remove(&plclient->to_kill);
344 timeout_remove(&plclient->to_kill);
393 plclient->to_kill = timeout_add_short(KILL_TIMEOUT,
442 plclient->to_kill =
463 if (plclient->to_kill != NULL)
464 plclient->to_kill = io_loop_move_timeout(&plclient->to_kill);
/dovecot/src/master/
H A Dservice.h132 struct timeout *to_kill; member in struct:service_list
H A Dservice.c641 service_list->to_kill =
662 timeout_remove(&service_list->to_kill);

Completed in 1191 milliseconds