Searched refs:nghttp2_map_each_free (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_map_test.c | 158 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 D | nghttp2_map.h | 62 * 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 D | nghttp2_map.c | 52 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr), in nghttp2_map_each_free() function
|
H A D | nghttp2_session.c | 821 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_map.h | 62 * 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 D | nghttp2_map.c | 52 void nghttp2_map_each_free(nghttp2_map *map, int (*func)(void *data, void *ptr), in nghttp2_map_each_free() function
|
H A D | nghttp2_session.c | 816 nghttp2_map_each_free(&session->streams, free_streams, session); in nghttp2_session_del()
|
Completed in 32 milliseconds