MCPcopy Create free account
hub / github.com/apache/qpid-proton / ssl_log

Function ssl_log

c/src/ssl/schannel.cpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376
377PN_PRINTF_FORMAT_ATTR(3, 4)
378static void ssl_log(pn_transport_t *transport, pn_log_level_t sev, PN_PRINTF_FORMAT const char *fmt, ...)
379{
380 va_list ap;
381 va_start(ap, fmt);
382 ssl_vlog(transport, sev, fmt, ap);
383 va_end(ap);
384}
385
386// @todo: used to avoid littering the code with calls to printf...
387PN_PRINTF_FORMAT_ATTR(1, 2)

Callers 9

pn_ssl_freeFunction · 0.70
ssl_encryptFunction · 0.70
client_handshake_initFunction · 0.70
client_handshakeFunction · 0.70
server_handshakeFunction · 0.70
grow_inbuf2Function · 0.70
start_ssl_shutdownFunction · 0.70
process_input_sslFunction · 0.70
process_output_sslFunction · 0.70

Calls 1

ssl_vlogFunction · 0.70

Tested by

no test coverage detected