Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_callbacks.c113 nghttp2_on_frame_not_send_callback on_frame_not_send_callback) in nghttp2_session_callbacks_set_on_frame_not_send_callback() argument
115 cbs->on_frame_not_send_callback = on_frame_not_send_callback; in nghttp2_session_callbacks_set_on_frame_not_send_callback()
A Dnghttp2_callbacks.h79 nghttp2_on_frame_not_send_callback on_frame_not_send_callback; member
A Dnghttp2.h2175 nghttp2_on_frame_not_send_callback on_frame_not_send_callback);
A Dnghttp2_session.c3002 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