Home
last modified time | relevance | path

Searched refs:on_frame_not_send_callback (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_callbacks.c85 nghttp2_on_frame_not_send_callback on_frame_not_send_callback) { in nghttp2_session_callbacks_set_on_frame_not_send_callback() argument
86 cbs->on_frame_not_send_callback = on_frame_not_send_callback; in nghttp2_session_callbacks_set_on_frame_not_send_callback()
Dnghttp2_callbacks.h79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
Dnghttp2_session.c2949 session->callbacks.on_frame_not_send_callback && is_non_fatal(rv)) { in nghttp2_session_mem_send_internal()
2955 session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()
3033 if (session->callbacks.on_frame_not_send_callback) { in nghttp2_session_mem_send_internal()
3034 if (session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()
/third_party/nghttp2/lib/
Dnghttp2_callbacks.c85 nghttp2_on_frame_not_send_callback on_frame_not_send_callback) { in nghttp2_session_callbacks_set_on_frame_not_send_callback() argument
86 cbs->on_frame_not_send_callback = on_frame_not_send_callback; in nghttp2_session_callbacks_set_on_frame_not_send_callback()
Dnghttp2_callbacks.h79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
Dnghttp2_session.c2949 session->callbacks.on_frame_not_send_callback && is_non_fatal(rv)) { in nghttp2_session_mem_send_internal()
2955 session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()
3033 if (session->callbacks.on_frame_not_send_callback) { in nghttp2_session_mem_send_internal()
3034 if (session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()
/third_party/nghttp2/src/
Dh2load_http2_session.cc109 int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
215 callbacks, on_frame_not_send_callback); in on_connect()
Dasio_server_http2_handler.cc222 int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
294 callbacks, on_frame_not_send_callback); in start()
Dshrpx_http2_session.cc1501 int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
1628 callbacks, on_frame_not_send_callback); in create_http2_downstream_callbacks()
Dshrpx_http2_upstream.cc801 int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
973 callbacks, on_frame_not_send_callback); in create_http2_upstream_callbacks()
Dnghttp.cc2118 int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
2499 callbacks, on_frame_not_send_callback); in run()
/third_party/nghttp2/python/
Dcnghttp2.pxd195 nghttp2_on_frame_not_send_callback on_frame_not_send_callback)
/third_party/nghttp2/tests/
Dnghttp2_session_test.c240 static int on_frame_not_send_callback(nghttp2_session *session, in on_frame_not_send_callback() function
4319 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_session_send_headers_frame_size_error()
4430 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_session_send_push_promise()
5225 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_submit_response_push_response()
5912 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_submit_push_promise()
6092 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_submit_shutdown_notice()
7273 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_session_on_ctrl_not_send()
9839 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_session_reset_pending_headers()
10643 callbacks.on_frame_not_send_callback = on_frame_not_send_callback; in test_nghttp2_session_cancel_from_before_frame_send()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2188 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h2224 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);