Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_map_test.c149 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/
Dnghttp2_map.h87 void nghttp2_map_each_free(nghttp2_map *map,
Dlibnghttp2_shared.map161 nghttp2_map_each_free;
Dnghttp2_map.c68 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free() function
Dnghttp2_session.c755 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h87 void nghttp2_map_each_free(nghttp2_map *map,
Dnghttp2_map.c68 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free() function
Dnghttp2_session.c755 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()