Lines Matching defs:out
1752 std::array<uint8_t, MAX_OUTLEN> out;
1756 nghttp2_gzip_inflate(req->inflater, out.data(), &outlen, data, &tlen);
1764 std::cout.write(reinterpret_cast<const char *>(out.data()), outlen);
1767 update_html_parser(client, req, out.data(), outlen, 0);
2257 int client_select_next_proto_cb(SSL *ssl, unsigned char **out,
2271 if (!util::select_h2(const_cast<const unsigned char **>(out), outlen, in,
2657 void print_version(std::ostream &out) {
2658 out << "nghttp nghttp2/" NGHTTP2_VERSION << std::endl;
2663 void print_usage(std::ostream &out) {
2664 out << R"(Usage: nghttp [OPTIONS]... <URI>...
2671 void print_help(std::ostream &out) {
2672 print_usage(out);
2673 out << R"(
2680 -n, --null-out
2805 {"null-out", no_argument, nullptr, 'n'},