Searched refs:nghttp2_map_each_free (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_map_test.c | 149 nghttp2_map_each_free(&map, eachfun, NULL); in test_nghttp2_map_functional() 179 nghttp2_map_each_free(&map, entry_free, mem); in test_nghttp2_map_each_free()
|
/third_party/nghttp2/lib/ |
D | nghttp2_map.h | 87 void nghttp2_map_each_free(nghttp2_map *map,
|
D | libnghttp2_shared.map | 161 nghttp2_map_each_free;
|
D | nghttp2_map.c | 68 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free() function
|
D | nghttp2_session.c | 755 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_map.h | 87 void nghttp2_map_each_free(nghttp2_map *map,
|
D | nghttp2_map.c | 68 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free() function
|
D | nghttp2_session.c | 755 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
|