Home
last modified time | relevance | path

Searched refs:nghttp2_settings_entry (Results 1 - 25 of 28) sorted by relevance

12

/third_party/nghttp2/lib/
H A Dnghttp2_frame.h203 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 Dnghttp2_session.h150 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 Dnghttp2_frame.c102 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 Dnghttp2_submit.c310 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 Dnghttp2_session.c764 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 Dnghttp2_frame.h203 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 Dnghttp2_session.h146 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 Dnghttp2_frame.c102 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 Dnghttp2_submit.c310 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 Dnghttp2_session.c759 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 Dfuzz_target_fdp.cc77 nghttp2_settings_entry *iv; in LLVMFuzzerTestOneInput()
79 iv = (nghttp2_settings_entry *)malloc(sizeof(nghttp2_settings_entry) * in LLVMFuzzerTestOneInput()
H A Dfuzz_target.cc70 nghttp2_settings_entry iv{NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS, 100}; in LLVMFuzzerTestOneInput()
/third_party/nghttp2/tests/
H A Dfailmalloc_test.c133 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 Dnghttp2_frame_test.c279 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 Dnghttp2_session_test.c662 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 Dnghttp2.h1113 } 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 Dnghttp2.h1108 } 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 Dh2load_http2_session.cc218 std::array<nghttp2_settings_entry, 4> iv; in on_connect()
H A Dnghttp.cc920 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 Dnode_http2.h994 // 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 Dnode_http2.cc216 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 Dlibevent-server.c643 nghttp2_settings_entry iv[1] = { in send_server_connection_header()
H A Dlibevent-client.c390 nghttp2_settings_entry iv[1] = { in send_client_connection_header()
/third_party/curl/lib/
H A Dhttp2.c95 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 Dcf-h2-proxy.c364 nghttp2_settings_entry iv[3]; in cf_h2_proxy_ctx_init()

Completed in 67 milliseconds

12