Home
last modified time | relevance | path

Searched refs:NGHTTP2_PING (Results 1 - 16 of 16) sorted by relevance

/third_party/nghttp2/src/
H A Dapp_helper.cc105 case NGHTTP2_PING: in strframetype()
239 case NGHTTP2_PING: in print_flags()
331 case NGHTTP2_PING: in print_frame()
H A Dshrpx_http2_session.cc1337 case NGHTTP2_PING: in on_frame_recv_callback()
/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.c66 case NGHTTP2_PING: in nghttp2_outbound_item_free()
H A Dnghttp2_frame.c132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
H A Dnghttp2_session.c336 case NGHTTP2_PING: in session_inbound_frame_reset()
1156 case NGHTTP2_PING: in nghttp2_session_add_item()
2556 case NGHTTP2_PING: in session_prep_frame()
6202 case NGHTTP2_PING: in nghttp2_session_mem_recv()
6569 case NGHTTP2_PING: in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.c66 case NGHTTP2_PING: in nghttp2_outbound_item_free()
H A Dnghttp2_frame.c132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
H A Dnghttp2_session.c336 case NGHTTP2_PING: in session_inbound_frame_reset()
1151 case NGHTTP2_PING: in nghttp2_session_add_item()
2551 case NGHTTP2_PING: in session_prep_frame()
6197 case NGHTTP2_PING: in nghttp2_session_mem_recv()
6564 case NGHTTP2_PING: in nghttp2_session_mem_recv()
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c72 case NGHTTP2_PING: in unpack_frame()
H A Dnghttp2_frame_test.c371 check_frame_header(8, NGHTTP2_PING, NGHTTP2_FLAG_ACK, 0, &oframe.hd); in test_nghttp2_frame_pack_ping()
H A Dnghttp2_session_test.c4271 CU_ASSERT(NGHTTP2_PING == top->frame.hd.type); in test_nghttp2_session_on_ping_received()
7192 CU_ASSERT(NGHTTP2_PING == in test_nghttp2_session_get_next_ob_item()
7196 CU_ASSERT(NGHTTP2_PING == in test_nghttp2_session_get_next_ob_item()
7259 CU_ASSERT(NGHTTP2_PING == item->frame.hd.type); in test_nghttp2_session_pop_next_ob_item()
7441 CU_ASSERT(NGHTTP2_PING == ud.sent_frame_type); in test_nghttp2_session_defer_data()
8109 CU_ASSERT(NGHTTP2_PING == ud.sent_frame_type); in test_nghttp2_session_data_backoff_by_high_pri_frame()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h618 NGHTTP2_PING = 0x06, enumerator
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h613 NGHTTP2_PING = 0x06, enumerator
/third_party/curl/lib/
H A Dcf-h2-proxy.c610 case NGHTTP2_PING: { in proxy_h2_fr_print()
H A Dhttp2.c1137 case NGHTTP2_PING: { in fr_print()
/third_party/node/src/
H A Dnode_http2.cc976 case NGHTTP2_PING: in OnFrameReceive()

Completed in 62 milliseconds