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

Function ssl_log_error

c/src/ssl/schannel.cpp:388–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386// @todo: used to avoid littering the code with calls to printf...
387PN_PRINTF_FORMAT_ATTR(1, 2)
388static void ssl_log_error(PN_PRINTF_FORMAT const char *fmt, ...)
389{
390 va_list ap;
391 va_start(ap, fmt);
392 ssl_vlog(NULL, PN_LEVEL_ERROR, fmt, ap);
393 va_end(ap);
394}
395
396PN_PRINTF_FORMAT_ATTR(2, 3)
397static void ssl_log_error_status(HRESULT status, PN_PRINTF_FORMAT const char *fmt, ...)

Callers 11

win_credential_load_certFunction · 0.70
ssl_log_error_statusFunction · 0.70
pn_ssl_domainFunction · 0.70
pn_ssl_get_protocol_nameFunction · 0.70
ssl_decryptFunction · 0.70
client_handshakeFunction · 0.70
server_handshakeFunction · 0.70
verify_peerFunction · 0.70

Calls 1

ssl_vlogFunction · 0.70

Tested by

no test coverage detected