Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_map_test.c54 CU_ASSERT(1 == nghttp2_map_size(&map)); in test_nghttp2_map()
59 CU_ASSERT(1 == nghttp2_map_size(&map)); in test_nghttp2_map()
63 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
66 CU_ASSERT(3 == nghttp2_map_size(&map)); in test_nghttp2_map()
69 CU_ASSERT(4 == nghttp2_map_size(&map)); in test_nghttp2_map()
74 CU_ASSERT(3 == nghttp2_map_size(&map)); in test_nghttp2_map()
78 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
83 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
/third_party/nghttp2/lib/
Dnghttp2_map.h136 size_t nghttp2_map_size(nghttp2_map *map);
Dlibnghttp2_shared.map168 nghttp2_map_size;
Dnghttp2_map.c335 size_t nghttp2_map_size(nghttp2_map *map) { return map->size; } in nghttp2_map_size() function
Dnghttp2_session.c6824 return nghttp2_map_size(&session->streams) - session->num_closed_streams - in session_get_num_active_streams()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h136 size_t nghttp2_map_size(nghttp2_map *map);
Dnghttp2_map.c335 size_t nghttp2_map_size(nghttp2_map *map) { return map->size; } in nghttp2_map_size() function
Dnghttp2_session.c6824 return nghttp2_map_size(&session->streams) - session->num_closed_streams - in session_get_num_active_streams()