/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_submit.c | 70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared() 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() 312 size_t nvlen, 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() 972 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) { in nghttp2_nv_array_sort() 977 size_t nvlen, nghttp2_mem *mem) { in nghttp2_nv_array_copy()
|
D | nghttp2_http.c | 497 size_t nvlen; in nghttp2_http_record_request_method() local
|
D | nghttp2_hd.c | 1436 size_t nvlen) { in nghttp2_hd_deflate_hd_bufs() 1487 size_t nvlen) { in nghttp2_hd_deflate_hd() 1519 const nghttp2_nv *nv, size_t nvlen) { in nghttp2_hd_deflate_hd_vec() 1551 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_hd_deflate_bound()
|
/third_party/nghttp2/lib/ |
D | nghttp2_submit.c | 70 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared() 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() 312 size_t nvlen, 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() 972 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) { in nghttp2_nv_array_sort() 977 size_t nvlen, nghttp2_mem *mem) { in nghttp2_nv_array_copy()
|
D | nghttp2_http.c | 497 size_t nvlen; in nghttp2_http_record_request_method() local
|
D | nghttp2_hd.c | 1436 size_t nvlen) { in nghttp2_hd_deflate_hd_bufs() 1487 size_t nvlen) { in nghttp2_hd_deflate_hd() 1519 const nghttp2_nv *nv, size_t nvlen) { in nghttp2_hd_deflate_hd_vec() 1551 const nghttp2_nv *nva, size_t nvlen) { in nghttp2_hd_deflate_bound()
|
D | nghttp2_session.c | 1940 size_t nvlen, in session_estimate_headers_payload()
|
/third_party/nghttp2/tests/ |
D | nghttp2_test_helper.h | 73 size_t nvlen; member
|
D | failmalloc_test.c | 290 size_t nvlen; in run_nghttp2_session_recv() local 403 size_t nvlen; in run_nghttp2_frame_pack_headers() local 502 nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) { in deflate_inflate()
|
D | nghttp2_frame_test.c | 78 size_t nvlen; in test_nghttp2_frame_pack_headers() local 320 size_t nvlen; in test_nghttp2_frame_pack_push_promise() local
|
D | nghttp2_test_helper.c | 214 size_t nvlen, nghttp2_mem *mem) { in pack_headers() 233 size_t nvlen, nghttp2_mem *mem) { in pack_push_promise()
|
D | nghttp2_session_test.c | 671 size_t nvlen; in test_nghttp2_session_recv() local 792 size_t nvlen; in test_nghttp2_session_recv_invalid_stream_id() local 834 size_t nvlen; in test_nghttp2_session_recv_invalid_frame() local 1233 size_t nvlen; in test_nghttp2_session_recv_continuation() local 1429 size_t nvlen; in test_nghttp2_session_recv_headers_with_priority() local 1692 size_t nvlen; in test_nghttp2_session_recv_headers_early_response() local 1750 size_t nvlen; in test_nghttp2_session_recv_headers_for_closed_stream() local 1842 size_t nvlen; in test_nghttp2_session_server_recv_push_response() local 2686 size_t nvlen; in test_nghttp2_session_continue() local 2867 size_t nvlen; in test_nghttp2_session_add_frame() local [all …]
|
D | nghttp2_hd_test.c | 977 nghttp2_nv *nva, size_t nvlen, in check_deflate_inflate()
|
/third_party/nghttp2/examples/ |
D | deflate.c | 95 size_t nvlen) { in deflate()
|
D | libevent-client.c | 191 static void print_headers(FILE *f, nghttp2_nv *nva, size_t nvlen) { in print_headers()
|
D | libevent-server.c | 416 nghttp2_nv *nva, size_t nvlen, int fd) { in send_response()
|
/third_party/nghttp2/src/ |
D | comp_helper.c | 112 json_t *dump_headers(const nghttp2_nv *nva, size_t nvlen) { in dump_headers()
|
D | app_helper.cc | 154 void print_nv(nghttp2_nv *nva, size_t nvlen) { in print_nv()
|
D | HttpServer.cc | 926 size_t nvlen = 4; in submit_file_response() local 977 size_t nvlen = 3; in submit_response() local
|
D | http2.cc | 601 void dump_nv(FILE *out, const nghttp2_nv *nva, size_t nvlen) { in dump_nv()
|
D | shrpx_http2_session.cc | 744 const nghttp2_nv *nva, size_t nvlen, in submit_request()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 1043 size_t nvlen; member 1140 size_t nvlen; member
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 1047 size_t nvlen; member 1144 size_t nvlen; member
|