Home
last modified time | relevance | path

Searched defs:send_data_callback (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_callbacks.h117 nghttp2_send_data_callback send_data_callback; member
Dnghttp2_callbacks.c145 nghttp2_send_data_callback send_data_callback) { in nghttp2_session_callbacks_set_send_data_callback()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_callbacks.h117 nghttp2_send_data_callback send_data_callback; member
Dnghttp2_callbacks.c145 nghttp2_send_data_callback send_data_callback) { in nghttp2_session_callbacks_set_send_data_callback()
/third_party/nghttp2/src/
Dshrpx_http2_session.cc1566 int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback() function
Dshrpx_http2_upstream.cc838 int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback() function
DHttpServer.cc1638 int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback() function
/third_party/nghttp2/tests/
Dnghttp2_session_test.c424 static int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback() function