Lines Matching refs:diff
43 int diff;
54 diff = timeval_diff_msecs(&ioloop_timeval, &tstream->last_read_timestamp);
55 if (diff < (int)tstream->timeout_msecs) {
57 if (diff < 0)
58 diff = 0;
60 tstream->timeout_msecs - diff,
64 over_msecs = diff - tstream->timeout_msecs;
68 diff/1000, diff%1000,
102 int diff = ioloop_time - tstream->created;
106 i_stream_get_error(stream->parent), diff);