Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_map_test.c44 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map()
118 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map_functional()
167 nghttp2_map_init(&map, nghttp2_mem_default()); in test_nghttp2_map_each_free()
/third_party/nghttp2/lib/
Dnghttp2_map.h72 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem);
Dlibnghttp2_shared.map165 nghttp2_map_init;
Dnghttp2_map.c35 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init() function
Dnghttp2_session.c541 rv = nghttp2_map_init(&(*session_ptr)->streams, mem); in session_new()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h72 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem);
Dnghttp2_map.c35 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init() function
Dnghttp2_session.c541 rv = nghttp2_map_init(&(*session_ptr)->streams, mem); in session_new()