Searched defs:on_frame_send_callback (Results 1 – 12 of 12) sorted by relevance
/third_party/nghttp2/fuzz/ |
D | fuzz_target.cc | 33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
D | fuzz_target_fdp.cc | 37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
/third_party/nghttp2/lib/ |
D | nghttp2_callbacks.h | 74 nghttp2_on_frame_send_callback on_frame_send_callback; member
|
D | nghttp2_callbacks.c | 79 nghttp2_on_frame_send_callback on_frame_send_callback) { in nghttp2_session_callbacks_set_on_frame_send_callback()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_callbacks.h | 74 nghttp2_on_frame_send_callback on_frame_send_callback; member
|
D | nghttp2_callbacks.c | 79 nghttp2_on_frame_send_callback on_frame_send_callback) { in nghttp2_session_callbacks_set_on_frame_send_callback()
|
/third_party/nghttp2/src/ |
D | shrpx_live_check.cc | 718 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
D | shrpx_http2_session.cc | 1468 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
D | shrpx_http2_upstream.cc | 663 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
D | nghttp.cc | 2114 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
|
/third_party/nghttp2/examples/ |
D | client.c | 218 static int on_frame_send_callback(nghttp2_session *session, in on_frame_send_callback() function
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 231 static int on_frame_send_callback(nghttp2_session *session, in on_frame_send_callback() function
|