Lines Matching refs:to
12 struct timeout *to;
25 timeout_remove(&tstream->to);
35 if (tstream->to != NULL)
36 tstream->to = io_loop_move_timeout_to(ioloop, &tstream->to);
47 before IOs, so wait for i_stream_read() to be called again
52 timeout_remove(&tstream->to);
59 tstream->to = timeout_add_to(io_stream_get_ioloop(iostream),
80 the timeout to the timestamp where we actually would have wanted to
108 } else if (tstream->to == NULL && tstream->timeout_msecs > 0) {
112 tstream->to = timeout_add_to(io_stream_get_ioloop(iostream),
116 } else if (ret > 0 && tstream->to != NULL) {
118 timeout_reset(tstream->to);