MCPcopy 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
2008void
2009SSLNetVCAttach(SSL *ssl, SSLNetVConnection *vc)
2010{
2011 SSL_set_ex_data(ssl, ssl_vc_index, vc);
2012}
2013
2014void
2015SSLNetVCDetach(SSL *ssl)

Callers 1

_bindSSLObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected