Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
H A Dnghttp2_map_test.c58 CU_ASSERT(1 == nghttp2_map_size(&map)); in test_nghttp2_map()
63 CU_ASSERT(1 == nghttp2_map_size(&map)); in test_nghttp2_map()
67 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
70 CU_ASSERT(3 == nghttp2_map_size(&map)); in test_nghttp2_map()
73 CU_ASSERT(4 == nghttp2_map_size(&map)); in test_nghttp2_map()
78 CU_ASSERT(3 == nghttp2_map_size(&map)); in test_nghttp2_map()
82 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
87 CU_ASSERT(2 == nghttp2_map_size(&map)); in test_nghttp2_map()
135 CU_ASSERT(NUM_ENT == nghttp2_map_size(&map)); in test_nghttp2_map_functional()
205 CU_ASSERT(0 == nghttp2_map_size( in test_nghttp2_map_clear()
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_map.h115 size_t nghttp2_map_size(nghttp2_map *map);
H A Dnghttp2_map.c338 size_t nghttp2_map_size(nghttp2_map *map) { return map->size; } in nghttp2_map_size() function
H A Dnghttp2_session.c7334 return nghttp2_map_size(&session->streams) - session->num_closed_streams - in session_get_num_active_streams()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.h115 size_t nghttp2_map_size(nghttp2_map *map);
H A Dnghttp2_map.c336 size_t nghttp2_map_size(nghttp2_map *map) { return map->size; } in nghttp2_map_size() function
H A Dnghttp2_session.c7323 return nghttp2_map_size(&session->streams) - session->num_closed_streams - in session_get_num_active_streams()

Completed in 20 milliseconds