Searched refs:SelectSNIContextCb (Results 1 – 2 of 2) sorted by relevance
34 using SelectSNIContextCb = int (*)(SSL*, int*, void*); variable56 void SetSelectSNIContextCallback(SelectSNIContextCb cb);
571 void SecureContext::SetSelectSNIContextCallback(SelectSNIContextCb cb) { in SetSelectSNIContextCallback()