Home
last modified time | relevance | path

Searched refs:trailer_names (Results 1 – 24 of 24) sorted by relevance

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc944 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
945 if (!trailer_names.empty()) { in submit_file_response()
946 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
962 auto &trailer_names = get_config()->trailer_names; in submit_response() local
963 if (!trailer_names.empty()) { in submit_response()
964 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
985 auto &trailer_names = get_config()->trailer_names; in submit_response() local
986 if (!trailer_names.empty()) { in submit_response()
987 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc939 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
940 if (!trailer_names.empty()) { in submit_file_response()
941 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
957 auto &trailer_names = get_config()->trailer_names; in submit_response() local
958 if (!trailer_names.empty()) { in submit_response()
959 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
980 auto &trailer_names = get_config()->trailer_names; in submit_response() local
981 if (!trailer_names.empty()) { in submit_response()
982 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc939 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
940 if (!trailer_names.empty()) { in submit_file_response()
941 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
957 auto &trailer_names = get_config()->trailer_names; in submit_response() local
958 if (!trailer_names.empty()) { in submit_response()
959 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
980 auto &trailer_names = get_config()->trailer_names; in submit_response() local
981 if (!trailer_names.empty()) { in submit_response()
982 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc944 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
945 if (!trailer_names.empty()) { in submit_file_response()
946 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
962 auto &trailer_names = get_config()->trailer_names; in submit_response() local
963 if (!trailer_names.empty()) { in submit_response()
964 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
985 auto &trailer_names = get_config()->trailer_names; in submit_response() local
986 if (!trailer_names.empty()) { in submit_response()
987 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc939 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
940 if (!trailer_names.empty()) { in submit_file_response()
941 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
957 auto &trailer_names = get_config()->trailer_names; in submit_response() local
958 if (!trailer_names.empty()) { in submit_response()
959 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
980 auto &trailer_names = get_config()->trailer_names; in submit_response() local
981 if (!trailer_names.empty()) { in submit_response()
982 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dnghttpd.cc456 auto &trailer_names = config.trailer_names; in main() local
458 trailer_names += h.name; in main()
459 trailer_names += ", "; in main()
461 if (trailer_names.size() >= 2) { in main()
462 trailer_names.resize(trailer_names.size() - 2); in main()
H A DHttpServer.cc944 auto &trailer_names = get_config()->trailer_names; in submit_file_response() local
945 if (!trailer_names.empty()) { in submit_file_response()
946 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_file_response()
962 auto &trailer_names = get_config()->trailer_names; in submit_response() local
963 if (!trailer_names.empty()) { in submit_response()
964 nva.push_back(http2::make_nv_ls_nocopy("trailer", trailer_names)); in submit_response()
985 auto &trailer_names = get_config()->trailer_names; in submit_response() local
986 if (!trailer_names.empty()) { in submit_response()
987 nva[nvlen++] = http2::make_nv_ls_nocopy("trailer", trailer_names); in submit_response()
H A DHttpServer.h57 std::string trailer_names; member
H A Dnghttp.cc497 std::string trailer_names; in submit_request() local
499 trailer_names = config.trailer[0].name; in submit_request()
501 trailer_names += ", "; in submit_request()
502 trailer_names += config.trailer[i].name; in submit_request()
504 nva.push_back(http2::make_nv_ls("trailer", trailer_names)); in submit_request()