Searched refs:on_frame_not_send_callback (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_callbacks.c | 85 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()
|
D | nghttp2_callbacks.h | 79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
|
D | nghttp2_session.c | 2949 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/ |
D | nghttp2_callbacks.c | 85 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()
|
D | nghttp2_callbacks.h | 79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
|
D | nghttp2_session.c | 2949 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/ |
D | h2load_http2_session.cc | 109 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()
|
D | asio_server_http2_handler.cc | 222 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()
|
D | shrpx_http2_session.cc | 1501 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()
|
D | shrpx_http2_upstream.cc | 801 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()
|
D | nghttp.cc | 2118 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/ |
D | cnghttp2.pxd | 195 nghttp2_on_frame_not_send_callback on_frame_not_send_callback)
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 240 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/ |
D | nghttp2.h | 2188 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 2224 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);
|