Home
last modified time | relevance | path

Searched refs:NGHTTP2_FLAG_ACK (Results 1 – 19 of 19) sorted by relevance

/third_party/nghttp2/src/
Dapp_helper.cc224 if (hd.flags & NGHTTP2_FLAG_ACK) { in print_flags()
240 if (hd.flags & NGHTTP2_FLAG_ACK) { in print_flags()
Dshrpx_live_check.cc723 (frame->hd.flags & NGHTTP2_FLAG_ACK)) { in on_frame_send_callback()
739 (frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback()
Dshrpx_http2_session.cc1323 if ((frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback()
1338 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in on_frame_recv_callback()
1506 (frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_send_callback()
Dshrpx_http2_upstream.cc606 if ((frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback()
703 if ((frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_send_callback()
DHttpServer.cc1568 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in hd_on_frame_recv_callback()
1614 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in hd_on_frame_send_callback()
Dnghttp.cc2033 if ((frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback2()
/third_party/node/test/parallel/
Dtest-http2-binding.js225 NGHTTP2_FLAG_ACK: 1, property
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c2494 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in session_prep_frame()
2552 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in session_prep_frame()
4739 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in nghttp2_session_on_settings_received()
4911 rv = nghttp2_session_add_settings(session, NGHTTP2_FLAG_ACK, NULL, 0); in nghttp2_session_on_settings_received()
5067 (frame->hd.flags & NGHTTP2_FLAG_ACK) == 0 && in nghttp2_session_on_ping_received()
5070 rv = nghttp2_session_add_ping(session, NGHTTP2_FLAG_ACK, in nghttp2_session_on_ping_received()
5878 (iframe->sbuf.pos[4] & NGHTTP2_FLAG_ACK)) { in nghttp2_session_mem_recv()
6107 iframe->frame.hd.flags &= NGHTTP2_FLAG_ACK; in nghttp2_session_mem_recv()
6110 ((iframe->frame.hd.flags & NGHTTP2_FLAG_ACK) && in nghttp2_session_mem_recv()
6119 !(iframe->frame.hd.flags & NGHTTP2_FLAG_ACK)) { in nghttp2_session_mem_recv()
[all …]
Dnghttp2_submit.c217 flags &= NGHTTP2_FLAG_ACK; in nghttp2_submit_ping()
/third_party/nghttp2/lib/
Dnghttp2_session.c2539 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in session_prep_frame()
2597 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in session_prep_frame()
4818 if (frame->hd.flags & NGHTTP2_FLAG_ACK) { in nghttp2_session_on_settings_received()
4990 rv = nghttp2_session_add_settings(session, NGHTTP2_FLAG_ACK, NULL, 0); in nghttp2_session_on_settings_received()
5152 (frame->hd.flags & NGHTTP2_FLAG_ACK) == 0 && in nghttp2_session_on_ping_received()
5155 rv = nghttp2_session_add_ping(session, NGHTTP2_FLAG_ACK, in nghttp2_session_on_ping_received()
5963 (iframe->sbuf.pos[4] & NGHTTP2_FLAG_ACK)) { in nghttp2_session_mem_recv()
6192 iframe->frame.hd.flags &= NGHTTP2_FLAG_ACK; in nghttp2_session_mem_recv()
6195 ((iframe->frame.hd.flags & NGHTTP2_FLAG_ACK) && in nghttp2_session_mem_recv()
6204 !(iframe->frame.hd.flags & NGHTTP2_FLAG_ACK)) { in nghttp2_session_mem_recv()
[all …]
Dnghttp2_submit.c217 flags &= NGHTTP2_FLAG_ACK; in nghttp2_submit_ping()
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c372 nghttp2_frame_ping_init(&frame, NGHTTP2_FLAG_ACK, opaque_data); in test_nghttp2_frame_pack_ping()
378 check_frame_header(8, NGHTTP2_PING, NGHTTP2_FLAG_ACK, 0, &oframe.hd); in test_nghttp2_frame_pack_ping()
Dnghttp2_session_test.c3754 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, dup_iv(iv, 1), in test_nghttp2_session_on_settings_received()
3766 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_session_on_settings_received()
3940 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_session_on_settings_received()
4252 nghttp2_frame_ping_init(&frame.ping, NGHTTP2_FLAG_ACK, opaque_data); in test_nghttp2_session_on_ping_received()
4268 CU_ASSERT(NGHTTP2_FLAG_ACK == top->frame.hd.flags); in test_nghttp2_session_on_ping_received()
6108 nghttp2_frame_settings_init(&ack_frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_submit_settings()
6170 nghttp2_frame_settings_init(&ack_frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_submit_settings_update_local_window_size()
6298 nghttp2_frame_settings_init(&frame.settings, NGHTTP2_FLAG_ACK, NULL, 0); in test_nghttp2_submit_settings_multiple_times()
11470 nghttp2_frame_hd_init(&hd, 0, NGHTTP2_SETTINGS, NGHTTP2_FLAG_ACK, 0); in prepare_session_removed_closed_stream()
/third_party/curl/lib/
Dcf-h2-proxy.c598 if(frame->hd.flags & NGHTTP2_FLAG_ACK) { in proxy_h2_fr_print()
614 frame->hd.flags&NGHTTP2_FLAG_ACK); in proxy_h2_fr_print()
Dhttp2.c1126 if(frame->hd.flags & NGHTTP2_FLAG_ACK) { in fr_print()
1142 frame->hd.flags&NGHTTP2_FLAG_ACK); in fr_print()
1211 if(!(frame->hd.flags & NGHTTP2_FLAG_ACK)) { in on_frame_recv()
/third_party/node/src/
Dnode_http2.h1106 V(NGHTTP2_FLAG_ACK) \
Dnode_http2.cc1511 bool ack = frame->hd.flags & NGHTTP2_FLAG_ACK; in HandlePingFrame()
1541 bool ack = frame->hd.flags & NGHTTP2_FLAG_ACK; in HandleSettingsFrame()
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h666 NGHTTP2_FLAG_ACK = 0x01, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h666 NGHTTP2_FLAG_ACK = 0x01, enumerator