Home
last modified time | relevance | path

Searched refs:before_frame_send_callback (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_callbacks.c73 nghttp2_before_frame_send_callback before_frame_send_callback) { in nghttp2_session_callbacks_set_before_frame_send_callback() argument
74 cbs->before_frame_send_callback = before_frame_send_callback; in nghttp2_session_callbacks_set_before_frame_send_callback()
Dnghttp2_callbacks.h70 nghttp2_before_frame_send_callback before_frame_send_callback; member
Dnghttp2_session.c2400 if (session->callbacks.before_frame_send_callback) { in session_call_before_frame_send()
2401 rv = session->callbacks.before_frame_send_callback(session, frame, in session_call_before_frame_send()
/third_party/nghttp2/lib/
Dnghttp2_callbacks.c73 nghttp2_before_frame_send_callback before_frame_send_callback) { in nghttp2_session_callbacks_set_before_frame_send_callback() argument
74 cbs->before_frame_send_callback = before_frame_send_callback; in nghttp2_session_callbacks_set_before_frame_send_callback()
Dnghttp2_callbacks.h70 nghttp2_before_frame_send_callback before_frame_send_callback; member
Dnghttp2_session.c2400 if (session->callbacks.before_frame_send_callback) { in session_call_before_frame_send()
2401 rv = session->callbacks.before_frame_send_callback(session, frame, in session_call_before_frame_send()
/third_party/nghttp2/fuzz/
Dfuzz_target.cc26 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback() function
63 callbacks, before_frame_send_callback); in LLVMFuzzerTestOneInput()
/third_party/nghttp2/src/
Dh2load_http2_session.cc126 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback() function
218 callbacks, before_frame_send_callback); in on_connect()
Dnghttp.cc2075 int before_frame_send_callback(nghttp2_session *session, in before_frame_send_callback() function
2493 callbacks, before_frame_send_callback); in run()
/third_party/nghttp2/python/
Dcnghttp2.pxd187 nghttp2_before_frame_send_callback before_frame_send_callback)
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2169 nghttp2_before_frame_send_callback before_frame_send_callback);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2205 nghttp2_before_frame_send_callback before_frame_send_callback);
/third_party/nghttp2/tests/
Dnghttp2_session_test.c10642 callbacks.before_frame_send_callback = cancel_before_frame_send_callback; in test_nghttp2_session_cancel_from_before_frame_send()