Searched refs:nghttp2_map_remove (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_map_test.c | 73 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/ |
D | nghttp2_map.h | 126 int nghttp2_map_remove(nghttp2_map *map, key_type key);
|
D | libnghttp2_shared.map | 167 nghttp2_map_remove;
|
D | nghttp2_map.c | 293 int nghttp2_map_remove(nghttp2_map *map, key_type key) { in nghttp2_map_remove() function
|
D | nghttp2_session.c | 1266 nghttp2_map_remove(&session->streams, stream->stream_id); in nghttp2_session_destroy_stream()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_map.h | 126 int nghttp2_map_remove(nghttp2_map *map, key_type key);
|
D | nghttp2_map.c | 293 int nghttp2_map_remove(nghttp2_map *map, key_type key) { in nghttp2_map_remove() function
|
D | nghttp2_session.c | 1266 nghttp2_map_remove(&session->streams, stream->stream_id); in nghttp2_session_destroy_stream()
|