MCPcopy Create free account
hub / github.com/apache/trafficserver / CB_Cert_Immediate

Function CB_Cert_Immediate

tests/tools/plugins/ssl_hook_test.cc:205–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int
206CB_Cert_Immediate(TSCont cont, TSEvent /* event ATS_UNUSED */, void *edata)
207{
208 TSVConn ssl_vc = reinterpret_cast<TSVConn>(edata);
209
210 int count = reinterpret_cast<intptr_t>(TSContDataGet(cont));
211
212 Dbg(dbg_ctl, "Cert callback %d ssl_vc=%p", count, ssl_vc);
213
214 TSVConnReenable(ssl_vc);
215 return TS_SUCCESS;
216}
217
218int
219CB_Cert(TSCont cont, TSEvent /* event ATS_UNUSED */, void *edata)

Callers

nothing calls this directly

Calls 2

TSContDataGetFunction · 0.85
TSVConnReenableFunction · 0.85

Tested by

no test coverage detected