/third_party/nghttp2/src/ |
D | http3.cc | 82 void copy_headers_to_nva_internal(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_internal() 181 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva() 186 void copy_headers_to_nva_nocopy(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_nocopy()
|
D | deflatehd.cc | 81 const std::vector<nghttp2_nv> &nva, int seq) { in output_to_json() 114 const std::vector<nghttp2_nv> &nva, size_t inputlen, in deflate_hd() 147 auto nva = std::vector<nghttp2_nv>(len); in deflate_hd_json() local 247 std::vector<nghttp2_nv> nva; in perform_from_http1text() local
|
D | http2.cc | 289 void add_header(Headers &nva, const uint8_t *name, size_t namelen, in add_header() 304 const Headers::value_type *get_header(const Headers &nva, const char *name) { in get_header() 369 void copy_headers_to_nva_internal(std::vector<nghttp2_nv> &nva, in copy_headers_to_nva_internal() 468 void copy_headers_to_nva(std::vector<nghttp2_nv> &nva, in copy_headers_to_nva() 473 void copy_headers_to_nva_nocopy(std::vector<nghttp2_nv> &nva, in copy_headers_to_nva_nocopy() 601 void dump_nv(FILE *out, const nghttp2_nv *nva, size_t nvlen) { in dump_nv() 610 void dump_nv(FILE *out, const Headers &nva) { in dump_nv() 618 void dump_nv(FILE *out, const HeaderRefs &nva) { in dump_nv() 989 const Headers &nva) { in get_header() 998 Headers &nva) { in get_header()
|
D | shrpx_http2_downstream_connection.cc | 203 std::vector<nghttp2_nv> nva; in http2_data_read_callback() local 292 auto nva = std::vector<nghttp2_nv>(); in push_request_headers() local
|
D | comp_helper.c | 112 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen) { in dump_headers()
|
D | shrpx_downstream_test.cc | 101 std::vector<nghttp2_nv> nva; in test_downstream_crumble_request_cookie() local
|
D | shrpx_http2_upstream.cc | 319 auto &nva = req.fs.headers(); in on_request_headers() local 1480 std::vector<nghttp2_nv> nva; in downstream_data_read_callback() local 1526 auto nva = std::vector<nghttp2_nv>(); in send_reply() local 1738 auto nva = std::vector<nghttp2_nv>(); in on_downstream_header_complete() local 2193 std::vector<nghttp2_nv> nva; in submit_push_promise() local 2352 std::vector<nghttp2_nv> nva; in on_downstream_push_promise_complete() local
|
D | HttpServer.cc | 933 auto nva = make_array(http2::make_nv_ls_nocopy(":status", status), in submit_file_response() local 963 auto nva = std::vector<nghttp2_nv>(); in submit_response() local 986 auto nva = make_array(http2::make_nv_ls_nocopy(":status", status), in submit_response() local 1005 auto nva = make_array(http2::make_nv_ls(":status", status)); in submit_non_final_response() local 1021 auto nva = make_array(http2::make_nv_ll(":method", "GET"), in submit_push_promise() local 1107 std::vector<nghttp2_nv> nva; in file_read_callback() local
|
D | http2_test.cc | 58 auto nva = Headers(); in test_http2_add_header() local 176 std::vector<nghttp2_nv> nva; in test_http2_copy_headers_to_nva() local
|
D | h2load_http2_session.cc | 253 auto &nva = config->nva[client_->reqidx++]; in submit_request() local
|
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 51 nghttp2_nv *nva = mem->malloc(sizeof(nghttp2_nv) * HEADERS_LENGTH, NULL); in headers() local 76 nghttp2_nv *nva; in test_nghttp2_frame_pack_headers() local 172 nghttp2_nv *nva; in test_nghttp2_frame_pack_headers_frame_too_large() local 319 nghttp2_nv *nva; in test_nghttp2_frame_pack_push_promise() local 641 nghttp2_nv *nva; in test_nghttp2_nv_array_copy() local
|
D | nghttp2_hd_test.c | 715 nghttp2_nv nva[] = {MAKE_NV("alpha", "bravo"), MAKE_NV("charlie", "delta")}; in test_nghttp2_hd_change_table_size() local 977 nghttp2_nv *nva, size_t nvlen, in check_deflate_inflate() 1165 nghttp2_nv nva[] = { in test_nghttp2_hd_no_index() local 1213 nghttp2_nv nva[] = {MAKE_NV(":method", "GET"), MAKE_NV("alpha", "bravo")}; in test_nghttp2_hd_deflate_bound() local 1244 nghttp2_nv nva[] = {MAKE_NV("alpha", "bravo"), MAKE_NV("charlie", "delta")}; in test_nghttp2_hd_public_api() local 1286 nghttp2_nv nva[] = { in test_nghttp2_hd_deflate_hd_vec() local
|
D | nghttp2_test_helper.h | 72 nghttp2_nv nva[256]; member
|
D | failmalloc_test.c | 289 nghttp2_nv *nva; in run_nghttp2_session_recv() local 402 nghttp2_nv *nva; in run_nghttp2_frame_pack_headers() local 502 nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) { in deflate_inflate()
|
D | nghttp2_test_helper.c | 218 int32_t stream_id, uint8_t flags, const nghttp2_nv *nva, in pack_headers() 237 int32_t promised_stream_id, const nghttp2_nv *nva, in pack_push_promise()
|
D | nghttp2_session_test.c | 671 nghttp2_nv *nva; in test_nghttp2_session_recv() local 792 nghttp2_nv *nva; in test_nghttp2_session_recv_invalid_stream_id() local 834 nghttp2_nv *nva; in test_nghttp2_session_recv_invalid_frame() local 1233 nghttp2_nv *nva; in test_nghttp2_session_recv_continuation() local 1429 nghttp2_nv *nva; in test_nghttp2_session_recv_headers_with_priority() local 1692 nghttp2_nv *nva; in test_nghttp2_session_recv_headers_early_response() local 1750 nghttp2_nv *nva; in test_nghttp2_session_recv_headers_for_closed_stream() local 1835 nghttp2_nv *nva; in test_nghttp2_session_recv_headers_with_extpri() local 1943 nghttp2_nv *nva; in test_nghttp2_session_server_recv_push_response() local 2990 nghttp2_nv *nva; in test_nghttp2_session_continue() local [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_submit.c | 145 const nghttp2_nv *nva, size_t nvlen, in submit_headers_shared_nva() 172 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_submit_trailer() 185 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_headers() 311 int32_t stream_id, const nghttp2_nv *nva, in nghttp2_submit_push_promise() 683 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_request() 717 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_response()
|
D | nghttp2_frame.c | 65 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_headers_init() 116 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_push_promise_init() 923 void nghttp2_nv_array_del(nghttp2_nv *nva, nghttp2_mem *mem) { in nghttp2_nv_array_del() 972 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) { in nghttp2_nv_array_sort() 976 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy()
|
D | nghttp2_http.c | 496 const nghttp2_nv *nva; in nghttp2_http_record_request_method() local
|
/third_party/nghttp2/fuzz/ |
D | fuzz_frames.cc | 40 nghttp2_nv *nva; in check_frame_pack_headers() local 100 nghttp2_nv *nva; in check_frame_push_promise() local
|
/third_party/nghttp2/lib/ |
D | nghttp2_submit.c | 145 const nghttp2_nv *nva, size_t nvlen, in submit_headers_shared_nva() 172 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_submit_trailer() 185 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_headers() 316 int32_t stream_id, const nghttp2_nv *nva, in nghttp2_submit_push_promise() 758 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_request() 793 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_response()
|
D | nghttp2_frame.c | 65 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_headers_init() 116 nghttp2_nv *nva, size_t nvlen) { in nghttp2_frame_push_promise_init() 997 void nghttp2_nv_array_del(nghttp2_nv *nva, nghttp2_mem *mem) { in nghttp2_nv_array_del() 1046 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) { in nghttp2_nv_array_sort() 1050 int nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, in nghttp2_nv_array_copy()
|
/third_party/nghttp2/examples/ |
D | deflate.c | 94 nghttp2_hd_inflater *inflater, const nghttp2_nv *const nva, in deflate()
|
D | client.c | 226 const nghttp2_nv *nva = frame->headers.nva; in on_frame_send_callback() local 254 const nghttp2_nv *nva = frame->headers.nva; in on_frame_recv_callback() local 483 const nghttp2_nv nva[] = {MAKE_NV(":method", "GET"), in submit_request() local
|
/third_party/node/src/ |
D | node_http_common-inl.h | 36 nv_t* const nva = reinterpret_cast<nv_t*>(start); in NgHeaders() local
|