Home
last modified time | relevance | path

Searched refs:nghttp2_map_each_free (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c158 nghttp2_map_each_free(&map, eachfun, NULL); in test_nghttp2_map_functional()
188 nghttp2_map_each_free(&map, entry_free, (void *)mem); in test_nghttp2_map_each_free()
/third_party/nghttp2/lib/
H A Dnghttp2_map.h62 * are not freed by this function. Use nghttp2_map_each_free() to free
73 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr),
129 * nghttp2_map_each_free() instead.
H A Dnghttp2_map.c52 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr), in nghttp2_map_each_free() function
H A Dnghttp2_session.c821 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.h62 * are not freed by this function. Use nghttp2_map_each_free() to free
73 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr),
129 * nghttp2_map_each_free() instead.
H A Dnghttp2_map.c52 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr), in nghttp2_map_each_free() function
H A Dnghttp2_session.c816 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()

Completed in 32 milliseconds