Searched refs:NewSessionCb (Results 1 – 2 of 2) sorted by relevance
33 using NewSessionCb = int (*)(SSL*, SSL_SESSION*); variable55 void SetNewSessionCallback(NewSessionCb cb);
563 void SecureContext::SetNewSessionCallback(NewSessionCb cb) { in SetNewSessionCallback()