Home
last modified time | relevance | path

Searched refs:nghttp2_map_remove (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
Dnghttp2_map_test.c73 nghttp2_map_remove(&map, 3); in test_nghttp2_map()
77 nghttp2_map_remove(&map, 1); in test_nghttp2_map()
82 nghttp2_map_remove(&map, 1); in test_nghttp2_map()
138 CU_ASSERT(0 == nghttp2_map_remove(&map, order[i])); in test_nghttp2_map_functional()
/third_party/nghttp2/lib/
Dnghttp2_map.h126 int nghttp2_map_remove(nghttp2_map *map, key_type key);
Dlibnghttp2_shared.map167 nghttp2_map_remove;
Dnghttp2_map.c293 int nghttp2_map_remove(nghttp2_map *map, key_type key) { in nghttp2_map_remove() function
Dnghttp2_session.c1266 nghttp2_map_remove(&session->streams, stream->stream_id); in nghttp2_session_destroy_stream()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h126 int nghttp2_map_remove(nghttp2_map *map, key_type key);
Dnghttp2_map.c293 int nghttp2_map_remove(nghttp2_map *map, key_type key) { in nghttp2_map_remove() function
Dnghttp2_session.c1266 nghttp2_map_remove(&session->streams, stream->stream_id); in nghttp2_session_destroy_stream()