Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http2_session.cc1554 const uint8_t *framehd, size_t length, in send_data_callback() argument
1571 wb->append(framehd, 9); in send_data_callback()
DHttpServer.cc1626 const uint8_t *framehd, size_t length, in send_data_callback() argument
1641 p = std::copy_n(framehd, 9, p); in send_data_callback()
Dshrpx_http2_upstream.cc831 const uint8_t *framehd, size_t length, in send_data_callback() argument
841 wb->append(framehd, 9); 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.h1378 const uint8_t *framehd, size_t length,
/third_party/node/src/
Dnode_http2.h844 const uint8_t* framehd,
Dnode_http2.cc1675 const uint8_t* framehd, in OnSendData() argument
1684 session->CopyDataIntoOutgoing(framehd, 9); in OnSendData()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c424 const uint8_t *framehd, size_t length, in send_data_callback() argument
430 memcpy(acc->buf + acc->length, framehd, NGHTTP2_FRAME_HDLEN); in send_data_callback()