/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 203 const nghttp2_settings_entry *iv, 206 void nghttp2_frame_unpack_settings_entry(nghttp2_settings_entry *iv, 214 nghttp2_settings_entry *iv, 229 int nghttp2_frame_unpack_settings_payload2(nghttp2_settings_entry **iv_ptr, 468 nghttp2_settings_entry *iv, size_t niv); 580 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, 625 int nghttp2_iv_check(const nghttp2_settings_entry *iv, size_t niv);
|
H A D | nghttp2_session.h | 150 nghttp2_settings_entry *iv; 200 nghttp2_settings_entry *iv; 514 const nghttp2_settings_entry *iv, size_t niv); 915 nghttp2_settings_entry *iv,
|
H A D | nghttp2_frame.c | 102 nghttp2_settings_entry *iv, size_t niv) { in nghttp2_frame_settings_init() 501 const nghttp2_settings_entry *iv, in nghttp2_frame_pack_settings_payload() 512 nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_payload() 518 void nghttp2_frame_unpack_settings_entry(nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_entry() 524 int nghttp2_frame_unpack_settings_payload2(nghttp2_settings_entry **iv_ptr, in nghttp2_frame_unpack_settings_payload2() 540 nghttp2_mem_malloc(mem, (*niv_ptr) * sizeof(nghttp2_settings_entry)); in nghttp2_frame_unpack_settings_payload2() 940 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, in nghttp2_frame_iv_copy() 942 nghttp2_settings_entry *iv_copy; in nghttp2_frame_iv_copy() 943 size_t len = niv * sizeof(nghttp2_settings_entry); in nghttp2_frame_iv_copy() [all...] |
H A D | nghttp2_submit.c | 310 const nghttp2_settings_entry *iv, size_t niv) { in nghttp2_submit_settings() 852 const nghttp2_settings_entry *iv, in nghttp2_pack_settings_payload()
|
H A D | nghttp2_session.c | 764 const nghttp2_settings_entry *iv, size_t niv, in inflight_settings_new() 4652 nghttp2_settings_entry *iv, in nghttp2_session_update_local_settings() 4781 nghttp2_settings_entry *entry = &frame->settings.iv[i]; in nghttp2_session_on_settings_received() 4935 nghttp2_settings_entry min_header_size_entry; in session_process_settings_frame() 5704 nghttp2_settings_entry iv; in inbound_frame_set_settings_entry() 5705 nghttp2_settings_entry *min_header_table_size_entry; in inbound_frame_set_settings_entry() 6131 nghttp2_settings_entry *min_header_table_size_entry; in nghttp2_session_mem_recv() 6148 iframe->iv = nghttp2_mem_malloc(mem, sizeof(nghttp2_settings_entry) * in nghttp2_session_mem_recv() 7526 const nghttp2_settings_entry *iv, size_t niv) { in nghttp2_session_add_settings() 7529 nghttp2_settings_entry *iv_cop in nghttp2_session_add_settings() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 203 const nghttp2_settings_entry *iv, 206 void nghttp2_frame_unpack_settings_entry(nghttp2_settings_entry *iv, 214 nghttp2_settings_entry *iv, 229 int nghttp2_frame_unpack_settings_payload2(nghttp2_settings_entry **iv_ptr, 468 nghttp2_settings_entry *iv, size_t niv); 580 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, 625 int nghttp2_iv_check(const nghttp2_settings_entry *iv, size_t niv);
|
H A D | nghttp2_session.h | 146 nghttp2_settings_entry *iv; 196 nghttp2_settings_entry *iv; 504 const nghttp2_settings_entry *iv, size_t niv); 905 nghttp2_settings_entry *iv,
|
H A D | nghttp2_frame.c | 102 nghttp2_settings_entry *iv, size_t niv) { in nghttp2_frame_settings_init() 501 const nghttp2_settings_entry *iv, in nghttp2_frame_pack_settings_payload() 512 nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_payload() 518 void nghttp2_frame_unpack_settings_entry(nghttp2_settings_entry *iv, in nghttp2_frame_unpack_settings_entry() 524 int nghttp2_frame_unpack_settings_payload2(nghttp2_settings_entry **iv_ptr, in nghttp2_frame_unpack_settings_payload2() 540 nghttp2_mem_malloc(mem, (*niv_ptr) * sizeof(nghttp2_settings_entry)); in nghttp2_frame_unpack_settings_payload2() 940 nghttp2_settings_entry *nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, in nghttp2_frame_iv_copy() 942 nghttp2_settings_entry *iv_copy; in nghttp2_frame_iv_copy() 943 size_t len = niv * sizeof(nghttp2_settings_entry); in nghttp2_frame_iv_copy() [all...] |
H A D | nghttp2_submit.c | 310 const nghttp2_settings_entry *iv, size_t niv) { in nghttp2_submit_settings() 852 const nghttp2_settings_entry *iv, in nghttp2_pack_settings_payload()
|
H A D | nghttp2_session.c | 759 const nghttp2_settings_entry *iv, size_t niv, in inflight_settings_new() 4647 nghttp2_settings_entry *iv, in nghttp2_session_update_local_settings() 4776 nghttp2_settings_entry *entry = &frame->settings.iv[i]; in nghttp2_session_on_settings_received() 4930 nghttp2_settings_entry min_header_size_entry; in session_process_settings_frame() 5699 nghttp2_settings_entry iv; in inbound_frame_set_settings_entry() 5700 nghttp2_settings_entry *min_header_table_size_entry; in inbound_frame_set_settings_entry() 6126 nghttp2_settings_entry *min_header_table_size_entry; in nghttp2_session_mem_recv() 6143 iframe->iv = nghttp2_mem_malloc(mem, sizeof(nghttp2_settings_entry) * in nghttp2_session_mem_recv() 7515 const nghttp2_settings_entry *iv, size_t niv) { in nghttp2_session_add_settings() 7518 nghttp2_settings_entry *iv_cop in nghttp2_session_add_settings() [all...] |
/third_party/nghttp2/fuzz/ |
H A D | fuzz_target_fdp.cc | 77 nghttp2_settings_entry *iv; in LLVMFuzzerTestOneInput() 79 iv = (nghttp2_settings_entry *)malloc(sizeof(nghttp2_settings_entry) * in LLVMFuzzerTestOneInput()
|
H A D | fuzz_target.cc | 70 nghttp2_settings_entry iv{NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS, 100}; in LLVMFuzzerTestOneInput()
|
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 133 nghttp2_settings_entry iv[2]; in run_nghttp2_session_send() 285 nghttp2_settings_entry iv[2]; in run_nghttp2_session_recv() 450 nghttp2_settings_entry iv[2], *iv_copy; in run_nghttp2_frame_pack_settings()
|
H A D | nghttp2_frame_test.c | 279 nghttp2_settings_entry iv[] = {{NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS, 256}, in test_nghttp2_frame_pack_settings() 682 nghttp2_settings_entry iv[5]; in test_nghttp2_iv_check()
|
H A D | nghttp2_session_test.c | 662 static nghttp2_settings_entry *dup_iv(const nghttp2_settings_entry *iv, in dup_iv() 1852 nghttp2_settings_entry iv; in test_nghttp2_session_recv_headers_with_extpri() 2142 nghttp2_settings_entry iv[3]; in test_nghttp2_session_recv_settings_header_table_size() 3686 nghttp2_settings_entry iv[255]; in test_nghttp2_session_on_settings_received() 3998 nghttp2_settings_entry iv = {NGHTTP2_SETTINGS_ENABLE_PUSH, 0}; in test_nghttp2_session_on_push_promise_received() 4841 nghttp2_settings_entry iv; in test_nghttp2_session_send_push_promise() 4945 nghttp2_settings_entry iv[16]; in test_nghttp2_session_upgrade2() 6059 nghttp2_settings_entry iv[7]; in test_nghttp2_submit_settings() 6191 nghttp2_settings_entry i in test_nghttp2_submit_settings_update_local_window_size() [all...] |
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1113 } nghttp2_settings_entry; typedef 1132 nghttp2_settings_entry *iv; 3850 uint8_t *buf, size_t buflen, const nghttp2_settings_entry *iv, size_t niv); 4378 * pointer to the array of :type:`nghttp2_settings_entry`. The |niv| 4379 * indicates the number of :type:`nghttp2_settings_entry`. 4406 const nghttp2_settings_entry *iv,
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1108 } nghttp2_settings_entry; typedef 1127 nghttp2_settings_entry *iv; 3834 uint8_t *buf, size_t buflen, const nghttp2_settings_entry *iv, size_t niv); 4362 * pointer to the array of :type:`nghttp2_settings_entry`. The |niv| 4363 * indicates the number of :type:`nghttp2_settings_entry`. 4390 const nghttp2_settings_entry *iv,
|
/third_party/nghttp2/src/ |
H A D | h2load_http2_session.cc | 218 std::array<nghttp2_settings_entry, 4> iv; in on_connect()
|
H A D | nghttp.cc | 920 size_t populate_settings(nghttp2_settings_entry *iv) { in populate_settings() 965 std::array<nghttp2_settings_entry, 16> iv; in on_upgrade_connect() 1186 std::array<nghttp2_settings_entry, 16> iv; in connection_made()
|
/third_party/node/src/ |
H A D | node_http2.h | 994 // an Http2Session, converting those into an array of nghttp2_settings_entry 1027 nghttp2_settings_entry* entries); 1032 const nghttp2_settings_entry* entries); 1038 nghttp2_settings_entry entries_[IDX_SETTINGS_COUNT];
|
H A D | node_http2.cc | 216 nghttp2_settings_entry {NGHTTP2_SETTINGS_ ## name, val}; \ 221 nghttp2_settings_entry* entries) { in Init() 265 nghttp2_settings_entry entries[IDX_SETTINGS_COUNT]; in Pack() 273 const nghttp2_settings_entry* entries) { in Pack()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 643 nghttp2_settings_entry iv[1] = { in send_server_connection_header()
|
H A D | libevent-client.c | 390 nghttp2_settings_entry iv[1] = { in send_client_connection_header()
|
/third_party/curl/lib/ |
H A D | http2.c | 95 static int populate_settings(nghttp2_settings_entry *iv, in populate_settings() 113 nghttp2_settings_entry iv[H2_SETTINGS_IV_LEN]; in populate_binsettings() 493 nghttp2_settings_entry iv[H2_SETTINGS_IV_LEN]; in cf_h2_ctx_init()
|
H A D | cf-h2-proxy.c | 364 nghttp2_settings_entry iv[3]; in cf_h2_proxy_ctx_init()
|