Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/libmilter/
H A Dworker.c402 if (ctx->ctx_wait == 0)
403 ctx->ctx_wait = now;
404 else if (ctx->ctx_wait + OLD_SESSION_TIMEOUT
450 ctx->ctx_wait = now;
H A Dlibmilter.h119 int ctx_wait; /* elapsed time waiting for sm cmd */ member