MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / updateSSLEvent

Function updateSSLEvent

src/tls.cpp:813–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void updateSSLEvent(tls_connection *conn) {
814 if (conn->el != serverTL->el) {
815 aePostFunction(conn->el, [conn]{
816 updateSSLEventCore(conn);
817 });
818 } else {
819 updateSSLEventCore(conn);
820 }
821}
822
823void tlsHandleEvent(tls_connection *conn, int mask) {
824 int ret, conn_error;

Callers 5

tlsHandleEventFunction · 0.85
connTLSWriteFunction · 0.85
connTLSReadFunction · 0.85
connTLSSetWriteHandlerFunction · 0.85
connTLSSetReadHandlerFunction · 0.85

Calls 2

aePostFunctionFunction · 0.85
updateSSLEventCoreFunction · 0.85

Tested by

no test coverage detected