Lines Matching refs:LS_INFO

317   LOG(LS_INFO) << "BeginSSL: " << ssl_host_name_;
388 LOG(LS_INFO) << " -- onStreamReadable";
390 LOG(LS_INFO) << " -- onStreamWriteable";
420 LOG(LS_INFO) << "Cleanup";
444 //LOG(LS_INFO) << "OpenSSLAdapter::Send(" << cb << ")";
472 //LOG(LS_INFO) << " -- success";
475 //LOG(LS_INFO) << " -- error want read";
480 //LOG(LS_INFO) << " -- error want write";
484 //LOG(LS_INFO) << " -- remote side closed";
489 //LOG(LS_INFO) << " -- error " << code;
499 //LOG(LS_INFO) << "OpenSSLAdapter::Recv(" << cb << ")";
527 //LOG(LS_INFO) << " -- success";
530 //LOG(LS_INFO) << " -- error want read";
534 //LOG(LS_INFO) << " -- error want write";
539 //LOG(LS_INFO) << " -- remote side closed";
544 //LOG(LS_INFO) << " -- error " << code;
572 LOG(LS_INFO) << "OpenSSLAdapter::OnConnectEvent";
587 //LOG(LS_INFO) << "OpenSSLAdapter::OnReadEvent";
607 //LOG(LS_INFO) << " -- onStreamWriteable";
611 //LOG(LS_INFO) << " -- onStreamReadable";
617 //LOG(LS_INFO) << "OpenSSLAdapter::OnWriteEvent";
638 //LOG(LS_INFO) << " -- onStreamReadable";
642 //LOG(LS_INFO) << " -- onStreamWriteable";
648 LOG(LS_INFO) << "OpenSSLAdapter::OnCloseEvent(" << err << ")";
670 LOG(LS_INFO) << "Certificate from server:";
676 LOG(LS_INFO) << buffer;
681 LOG(LS_INFO) << "Cipher: " << cipher_description;
779 LOG(LS_INFO) << "Other TLS post connection checks failed.";
800 LOG(LS_INFO) << str << ":" << SSL_state_string_long(s);
803 LOG(LS_INFO) << "SSL3 alert " << str
808 LOG(LS_INFO) << str << ":failed in " << SSL_state_string_long(s);
810 LOG(LS_INFO) << str << ":error in " << SSL_state_string_long(s);
826 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
828 LOG(LS_INFO) << " issuer = " << data;
830 LOG(LS_INFO) << " subject = " << data;
831 LOG(LS_INFO) << " err = " << err
849 LOG(LS_INFO) << "validated certificate using custom callback";