Home
last modified time | relevance | path

Searched refs:on_frame_send_callback (Results 1 – 17 of 17) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_callbacks.c79 nghttp2_on_frame_send_callback on_frame_send_callback) { in nghttp2_session_callbacks_set_on_frame_send_callback() argument
80 cbs->on_frame_send_callback = on_frame_send_callback; in nghttp2_session_callbacks_set_on_frame_send_callback()
Dnghttp2_callbacks.h74 nghttp2_on_frame_send_callback on_frame_send_callback; member
Dnghttp2_session.c2417 if (session->callbacks.on_frame_send_callback) { in session_call_on_frame_send()
2418 rv = session->callbacks.on_frame_send_callback(session, frame, in session_call_on_frame_send()
2561 if (session->callbacks.on_frame_send_callback) { in session_after_frame_sent1()
2588 if (session->callbacks.on_frame_send_callback) { in session_after_frame_sent1()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_callbacks.c79 nghttp2_on_frame_send_callback on_frame_send_callback) { in nghttp2_session_callbacks_set_on_frame_send_callback() argument
80 cbs->on_frame_send_callback = on_frame_send_callback; in nghttp2_session_callbacks_set_on_frame_send_callback()
Dnghttp2_callbacks.h74 nghttp2_on_frame_send_callback on_frame_send_callback; member
Dnghttp2_session.c2417 if (session->callbacks.on_frame_send_callback) { in session_call_on_frame_send()
2418 rv = session->callbacks.on_frame_send_callback(session, frame, in session_call_on_frame_send()
2561 if (session->callbacks.on_frame_send_callback) { in session_after_frame_sent1()
2588 if (session->callbacks.on_frame_send_callback) { in session_after_frame_sent1()
/third_party/nghttp2/fuzz/
Dfuzz_target.cc33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
65 on_frame_send_callback); in LLVMFuzzerTestOneInput()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c230 static int on_frame_send_callback(nghttp2_session *session, in on_frame_send_callback() function
845 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_session_recv_invalid_frame()
911 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_session_recv_data()
1097 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_session_recv_data_no_auto_flow_control()
5012 callbacks.on_frame_send_callback = submit_data_twice_on_frame_send_callback; in test_nghttp2_submit_data_twice()
5347 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_submit_headers_reply()
5387 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_submit_headers_push_reply()
5441 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_submit_headers()
5539 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_submit_headers_continuation()
5578 callbacks.on_frame_send_callback = on_frame_send_callback; in test_nghttp2_submit_headers_continuation_extra_large()
[all …]
/third_party/nghttp2/src/
Dasio_server_http2_handler.cc200 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
292 on_frame_send_callback); in start()
Dshrpx_live_check.cc718 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
760 on_frame_send_callback); in connection_made()
Dshrpx_http2_session.cc1455 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
1625 on_frame_send_callback); in create_http2_downstream_callbacks()
Dshrpx_http2_upstream.cc655 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
970 on_frame_send_callback); in create_http2_upstream_callbacks()
Dnghttp.cc2091 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() function
2496 on_frame_send_callback); in run()
/third_party/nghttp2/examples/
Dclient.c218 static int on_frame_send_callback(nghttp2_session *session, in on_frame_send_callback() function
336 on_frame_send_callback); in setup_nghttp2_callbacks()
/third_party/nghttp2/python/
Dcnghttp2.pxd191 nghttp2_on_frame_send_callback on_frame_send_callback)
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2178 nghttp2_on_frame_send_callback on_frame_send_callback);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2214 nghttp2_on_frame_send_callback on_frame_send_callback);