Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c32 if (ss->timeout_ovf) in DEFINE_STACK_OF()
44 if (a->timeout_ovf && !b->timeout_ovf) in timeoutcmp()
46 if (!a->timeout_ovf && b->timeout_ovf) in timeoutcmp()
67 (_ss_)->timeout_ovf = 1; \
70 (_ss_)->timeout_ovf = 0; \
H A Dssl_local.h599 int timeout_ovf; member