Searched defs:on_stream_close (Results 1 – 3 of 3) sorted by relevance
520 cdef int on_stream_close(cnghttp2.nghttp2_session *session, function
866 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close() function
796 void Client::on_stream_close(int32_t stream_id, bool success, bool final) { in on_stream_close() function in h2load::Client