HomeSort by: relevance | last modified time | path
    Searched refs:vstream_ftime (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 228 if (time((time_t *) 0) - vstream_ftime(session->stream) > 10)
smtp.h 547 && (session->expire_time < vstream_ftime(session->stream) \
smtp_proto.c 421 > vstream_ftime(state->session->stream) - var_smtp_pix_thresh)
2156 - vstream_ftime(session->stream) > 10))) {
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 297 if (delay || time((time_t *) 0) - vstream_ftime(state->client) > 10)
  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 134 #define vstream_ftime(vp) ((time_t) ((vp)->iotime.tv_sec)) macro

Completed in 53 milliseconds