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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DappleSession.c36 * Entries in this cache have a time to live of SESSION_CACHE_TTL, currently
66 #define SESSION_CACHE_TTL ((CFTimeInterval)5) macro
68 #define SESSION_CACHE_TTL ((CFTimeInterval)(10 * 60)) macro
215 gSessionCache->mTimeToLive = SESSION_CACHE_TTL;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DappleSession.c36 * Entries in this cache have a time to live of SESSION_CACHE_TTL, currently
66 #define SESSION_CACHE_TTL ((CFTimeInterval)5) macro
68 #define SESSION_CACHE_TTL ((CFTimeInterval)(10 * 60)) macro
215 gSessionCache->mTimeToLive = SESSION_CACHE_TTL;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DappleSession.c36 * Entries in this cache have a time to live of SESSION_CACHE_TTL, currently
66 #define SESSION_CACHE_TTL ((CFTimeInterval)5) macro
68 #define SESSION_CACHE_TTL ((CFTimeInterval)(10 * 60)) macro
215 gSessionCache->mTimeToLive = SESSION_CACHE_TTL;

Completed in 103 milliseconds