Searched refs:on_frame_not_send_callback (Results 1 – 4 of 4) sorted by relevance
113 nghttp2_on_frame_not_send_callback on_frame_not_send_callback) in nghttp2_session_callbacks_set_on_frame_not_send_callback() argument115 cbs->on_frame_not_send_callback = on_frame_not_send_callback; in nghttp2_session_callbacks_set_on_frame_not_send_callback()
79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
2175 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);
3002 session->callbacks.on_frame_not_send_callback && in nghttp2_session_mem_send_internal()3009 session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()3089 if (session->callbacks.on_frame_not_send_callback) { in nghttp2_session_mem_send_internal()3090 if (session->callbacks.on_frame_not_send_callback( in nghttp2_session_mem_send_internal()
Completed in 22 milliseconds