OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sess_timedout
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c
30
__owur static ossl_inline int
sess_timedout
(OSSL_TIME t, SSL_SESSION *ss)
function
670
if (
sess_timedout
(ossl_time_now(), ret)) {
1233
if (t == 0 ||
sess_timedout
(timeout, current)) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c
29
__owur static int
sess_timedout
(time_t t, SSL_SESSION *ss)
function
687
if (
sess_timedout
(time(NULL), ret)) {
1203
if (t == 0 ||
sess_timedout
((time_t)t, current)) {
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026