Lines Matching defs:endl
137 std::cout << " timeout stream_id=" << stream->stream_id << std::endl;
283 std::cerr << "SSL_new() failed" << std::endl;
287 std::cerr << "SSL_set_fd() failed" << std::endl;
496 std::cout << " closed" << std::endl;
618 << nghttp2_strerror(datalen) << std::endl;
659 << nghttp2_strerror(rv) << std::endl;
729 std::cerr << "SSL/TLS handshake completed" << std::endl;
745 std::cerr << "SSL/TLS session reused" << std::endl;
782 << nghttp2_strerror(rv) << std::endl;
910 std::cout << "The negotiated protocol: " << proto << std::endl;
927 << std::endl;
1295 << nghttp2_strerror(rv) << std::endl;
1845 std::cerr << "spawning thread #" << i << std::endl;
2044 std::cerr << "getaddrinfo() failed: " << gai_strerror(r) << std::endl;
2078 << s << ":" << config->port << std::endl;
2083 std::cerr << strerror(errno) << std::endl;
2103 std::cout << "[ALPN] client offers:" << std::endl;
2109 std::cout << std::endl;
2127 std::cerr << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2150 std::cerr << "Could not set TLS versions" << std::endl;
2155 std::cerr << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2187 << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2199 << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2205 << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2213 << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2225 std::cerr << "SSL_CTX_use_PrivateKey_file failed." << std::endl;
2230 std::cerr << "SSL_CTX_use_certificate_file failed." << std::endl;
2234 std::cerr << "SSL_CTX_check_private_key failed." << std::endl;
2259 std::cerr << "Could not listen" << std::endl;