Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ SSLNetVCAttach
Function
SSLNetVCAttach
src/iocore/net/SSLUtils.cc:2008–2012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2006
}
2007
2008
void
2009
SSLNetVCAttach(SSL *ssl, SSLNetVConnection *vc)
2010
{
2011
SSL_set_ex_data(ssl, ssl_vc_index, vc);
2012
}
2013
2014
void
2015
SSLNetVCDetach(SSL *ssl)
Callers
1
_bindSSLObject
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected