Home
last modified time | relevance | path

Searched defs:on_stream_close (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/python/
Dnghttp2.pyx520 cdef int on_stream_close(cnghttp2.nghttp2_session *session, function
/third_party/curl/lib/
Dhttp2.c866 static int on_stream_close(nghttp2_session *session, int32_t stream_id, in on_stream_close() function
/third_party/nghttp2/src/
Dh2load.cc796 void Client::on_stream_close(int32_t stream_id, bool success, bool final) { in on_stream_close() function in h2load::Client