Searched refs:CtxAuthTimeout (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c3369 static jmp_buf CtxAuthTimeout; variable
3382 longjmp(CtxAuthTimeout, 1);
3590 if (setjmp(CtxAuthTimeout) != 0)

Completed in 25 milliseconds