Searched refs:framehd (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_session.cc | 1567 const uint8_t *framehd, size_t length, in send_data_callback() argument 1584 wb->append(framehd, 9); in send_data_callback()
|
D | shrpx_http2_upstream.cc | 839 const uint8_t *framehd, size_t length, in send_data_callback() argument 849 wb->append(framehd, 9); in send_data_callback()
|
D | HttpServer.cc | 1639 const uint8_t *framehd, size_t length, in send_data_callback() argument 1654 p = std::copy_n(framehd, 9, p); in send_data_callback()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 1371 const uint8_t *framehd, size_t length,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 1391 const uint8_t *framehd, size_t length,
|
/third_party/node/src/ |
D | node_http2.h | 850 const uint8_t* framehd,
|
D | node_http2.cc | 1695 const uint8_t* framehd, in OnSendData() argument 1704 session->CopyDataIntoOutgoing(framehd, 9); in OnSendData()
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 425 const uint8_t *framehd, size_t length, in send_data_callback() argument 431 memcpy(acc->buf + acc->length, framehd, NGHTTP2_FRAME_HDLEN); in send_data_callback()
|