Home
last modified time | relevance | path

Searched refs:find_stream_on_goaway_func (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c2745 static int find_stream_on_goaway_func(void *entry, void *ptr) { in find_stream_on_goaway_func() function
2791 rv = nghttp2_map_each(&session->streams, find_stream_on_goaway_func, &arg); in session_close_stream_on_goaway()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c2740 static int find_stream_on_goaway_func(void *entry, void *ptr) { in find_stream_on_goaway_func() function
2786 rv = nghttp2_map_each(&session->streams, find_stream_on_goaway_func, &arg); in session_close_stream_on_goaway()

Completed in 18 milliseconds