Searched refs:shared_handles (Results 1 – 1 of 1) sorted by relevance
54 std::pair<SSL_CTX*, int> shared_handles = GetSharedSslHandles(); in operator =() local55 int ex_data_index = shared_handles.second; in operator =()208 std::pair<SSL_CTX*, int> shared_handles = GetSharedSslHandles(); in GetInstanceFromSSL() local209 int ex_data_index = shared_handles.second; in GetInstanceFromSSL()342 static std::pair<SSL_CTX*, int>* shared_handles = []() { in GetSharedSslHandles() local360 return *shared_handles; in GetSharedSslHandles()370 std::pair<SSL_CTX*, int> shared_handles = GetSharedSslHandles(); in SetupSslHandle() local371 SSL_CTX* ssl_ctx = shared_handles.first; in SetupSslHandle()372 int ex_data_index = shared_handles.second; in SetupSslHandle()