Home
last modified time | relevance | path

Searched refs:framehd (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_session.cc1567 const uint8_t *framehd, size_t length, in send_data_callback() argument
1584 wb->append(framehd, 9); in send_data_callback()
Dshrpx_http2_upstream.cc839 const uint8_t *framehd, size_t length, in send_data_callback() argument
849 wb->append(framehd, 9); in send_data_callback()
DHttpServer.cc1639 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/
Dnghttp2.h1371 const uint8_t *framehd, size_t length,
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h1391 const uint8_t *framehd, size_t length,
/third_party/node/src/
Dnode_http2.h850 const uint8_t* framehd,
Dnode_http2.cc1695 const uint8_t* framehd, in OnSendData() argument
1704 session->CopyDataIntoOutgoing(framehd, 9); in OnSendData()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c425 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()