/third_party/nghttp2/src/ |
D | app_helper.cc | 224 if (hd.flags & NGHTTP2_FLAG_ACK) { in print_flags() 240 if (hd.flags & NGHTTP2_FLAG_ACK) { in print_flags()
|
D | shrpx_live_check.cc | 723 (frame->hd.flags & NGHTTP2_FLAG_ACK)) { in on_frame_send_callback() 739 (frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback()
|
D | shrpx_http2_session.cc | 1323 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()
|
D | shrpx_http2_upstream.cc | 606 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()
|
D | HttpServer.cc | 1568 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()
|
D | nghttp.cc | 2033 if ((frame->hd.flags & NGHTTP2_FLAG_ACK) == 0) { in on_frame_recv_callback2()
|
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 225 NGHTTP2_FLAG_ACK: 1, property
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_session.c | 2494 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 …]
|
D | nghttp2_submit.c | 217 flags &= NGHTTP2_FLAG_ACK; in nghttp2_submit_ping()
|
/third_party/nghttp2/lib/ |
D | nghttp2_session.c | 2539 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 …]
|
D | nghttp2_submit.c | 217 flags &= NGHTTP2_FLAG_ACK; in nghttp2_submit_ping()
|
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 372 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()
|
D | nghttp2_session_test.c | 3754 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/ |
D | cf-h2-proxy.c | 598 if(frame->hd.flags & NGHTTP2_FLAG_ACK) { in proxy_h2_fr_print() 614 frame->hd.flags&NGHTTP2_FLAG_ACK); in proxy_h2_fr_print()
|
D | http2.c | 1126 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/ |
D | node_http2.h | 1106 V(NGHTTP2_FLAG_ACK) \
|
D | node_http2.cc | 1511 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/ |
D | nghttp2.h | 666 NGHTTP2_FLAG_ACK = 0x01, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 666 NGHTTP2_FLAG_ACK = 0x01, enumerator
|