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

/dovecot/src/lib/
H A Dioloop-private.h80 bool one_shot:1; member in struct:timeout
H A Dioloop.c331 timeout->one_shot = TRUE;
358 new_to->one_shot = old_to->one_shot;
364 else if (!new_to->one_shot) {
392 else if (!timeout->one_shot && timeout->msecs > 0) {
433 i_assert(!timeout->one_shot);
543 i_assert(!timeout->one_shot);
629 if (timeout->one_shot) {

Completed in 13 milliseconds