Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c48 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map()
123 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map_functional()
176 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map_each_free()
199 nghttp2_map_init(&map, mem); in test_nghttp2_map_clear()
/third_party/nghttp2/lib/
H A Dnghttp2_map.h58 void nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem);
H A Dnghttp2_map.c36 void nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init() function
H A Dnghttp2_session.c620 nghttp2_map_init(&(*session_ptr)->streams, mem); in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.h58 void nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem);
H A Dnghttp2_map.c36 void nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init() function
H A Dnghttp2_session.c615 nghttp2_map_init(&(*session_ptr)->streams, mem); in session_new()

Completed in 32 milliseconds