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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c4933 static jmp_buf PHTimeout; variable
4947 longjmp(PHTimeout, 1);
5035 if (setjmp(PHTimeout) != 0)
5111 if (setjmp(PHTimeout) != 0)

Completed in 48 milliseconds