Lines Matching defs:thisfunc
324 static const char *thisfunc = "show_server_cert():";
331 "%s server certificate subject: %s", thisfunc, LOGEMPTY(line));
333 net->options->log("%s server certificate subject: %s", thisfunc, LOGEMPTY(line));
338 "%s server certificate issuer: %s", thisfunc, LOGEMPTY(line));
340 net->options->log("%s server certificate issuer: %s", thisfunc, LOGEMPTY(line));
360 static const char *thisfunc = "net_ssl_error():";
370 net->options->log("%s %s", thisfunc, error_string);
373 AM_LOG_ERROR(net->instance_id, "%s %s", thisfunc, error_string);
520 static const char *thisfunc = "write_bio_to_socket():";
545 n->options->log("%s error %d", thisfunc, n->ssl.sys_error);
547 AM_LOG_ERROR(n->instance_id, "%s error %d", thisfunc, n->ssl.sys_error);
583 static const char *thisfunc = "net_ssl_msg_callback():";
586 net->options->log("%s %s (%s)", thisfunc,
590 thisfunc, SSL_state_string_long(ssl), SSL_state_string(ssl));
597 static const char *thisfunc = "net_connect_ssl():";
609 AM_LOG_WARNING(n->instance_id, "%s no SSL support is available", thisfunc);
617 thisfunc, read_ssl_error());
660 thisfunc, n->options->ciphers);
667 thisfunc, n->options->cert_ca_file);
676 thisfunc, n->options->cert_file);
688 thisfunc, n->options->cert_key_file,
694 thisfunc);
707 thisfunc, LOGEMPTY(n->options->cert_ca_file));
735 thisfunc, read_ssl_error());