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

/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c4947 static jmp_buf PHTimeout; variable
4961 longjmp(PHTimeout, 1);
5049 if (setjmp(PHTimeout) != 0)
5125 if (setjmp(PHTimeout) != 0)

Completed in 95 milliseconds