Home
last modified time | relevance | path

Searched refs:nghttp3_map_find (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.h94 void *nghttp3_map_find(nghttp3_map *map, nghttp3_map_key_type key);
H A Dnghttp3_map.c247 void *nghttp3_map_find(nghttp3_map *map, nghttp3_map_key_type key) { in nghttp3_map_find() function
H A Dnghttp3_conn.c1821 return nghttp3_map_find(&conn->streams, (nghttp3_map_key_type)stream_id); in nghttp3_conn_find_stream()
H A Dnghttp3_qpack.c1276 return nghttp3_map_find(&encoder->streams, (nghttp3_map_key_type)stream_id); in nghttp3_qpack_encoder_find_stream()

Completed in 10 milliseconds