Home
last modified time | relevance | path

Searched refs:readstart (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dmilter.c303 time_t readstart = 0; local
310 readstart = curtime();
319 if (now - readstart >= to)
335 to -= now - readstart;
336 readstart = now;
390 time_t readstart = 0; local
413 readstart = curtime();
435 if (now - readstart >= to)
447 to -= now - readstart;