Searched refs:nghttp2_map_find (Results 1 – 3 of 3) sorted by relevance
107 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key);
168 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key) in nghttp2_map_find() function
293 stream = (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream()306 return (nghttp2_stream *)nghttp2_map_find(&session->streams, stream_id); in nghttp2_session_get_stream_raw()
Completed in 18 milliseconds