Searched refs:NGHTTP2_PING (Results 1 - 16 of 16) sorted by relevance
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 105 case NGHTTP2_PING: in strframetype() 239 case NGHTTP2_PING: in print_flags() 331 case NGHTTP2_PING: in print_frame()
|
H A D | shrpx_http2_session.cc | 1337 case NGHTTP2_PING: in on_frame_recv_callback()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 66 case NGHTTP2_PING: in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.c | 132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
|
H A D | nghttp2_session.c | 336 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 D | nghttp2_outbound_item.c | 66 case NGHTTP2_PING: in nghttp2_outbound_item_free()
|
H A D | nghttp2_frame.c | 132 nghttp2_frame_hd_init(&frame->hd, 8, NGHTTP2_PING, flags, 0); in nghttp2_frame_ping_init()
|
H A D | nghttp2_session.c | 336 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 D | nghttp2_test_helper.c | 72 case NGHTTP2_PING: in unpack_frame()
|
H A D | nghttp2_frame_test.c | 371 check_frame_header(8, NGHTTP2_PING, NGHTTP2_FLAG_ACK, 0, &oframe.hd); in test_nghttp2_frame_pack_ping()
|
H A D | nghttp2_session_test.c | 4271 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 D | nghttp2.h | 618 NGHTTP2_PING = 0x06, enumerator
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 613 NGHTTP2_PING = 0x06, enumerator
|
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 610 case NGHTTP2_PING: { in proxy_h2_fr_print()
|
H A D | http2.c | 1137 case NGHTTP2_PING: { in fr_print()
|
/third_party/node/src/ |
H A D | node_http2.cc | 976 case NGHTTP2_PING: in OnFrameReceive()
|
Completed in 62 milliseconds