Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
Dnghttp2_map_test.c52 CU_ASSERT(0 == nghttp2_map_insert(&map, &foo.map_entry)); in test_nghttp2_map()
57 nghttp2_map_insert(&map, &FOO.map_entry)); in test_nghttp2_map()
62 CU_ASSERT(0 == nghttp2_map_insert(&map, &bar.map_entry)); in test_nghttp2_map()
65 CU_ASSERT(0 == nghttp2_map_insert(&map, &baz.map_entry)); in test_nghttp2_map()
68 CU_ASSERT(0 == nghttp2_map_insert(&map, &shrubbery.map_entry)); in test_nghttp2_map()
126 CU_ASSERT(0 == nghttp2_map_insert(&map, &arr[order[i] - 1].map_entry)); in test_nghttp2_map_functional()
147 CU_ASSERT(0 == nghttp2_map_insert(&map, &arr[i].map_entry)); in test_nghttp2_map_functional()
174 nghttp2_map_insert(&map, &foo->map_entry); in test_nghttp2_map_each_free()
175 nghttp2_map_insert(&map, &bar->map_entry); in test_nghttp2_map_each_free()
176 nghttp2_map_insert(&map, &baz->map_entry); in test_nghttp2_map_each_free()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_map.h108 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *entry);
Dlibnghttp2_shared.map166 nghttp2_map_insert;
Dnghttp2_map.c252 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) { in nghttp2_map_insert() function
Dnghttp2_session.c1105 rv = nghttp2_map_insert(&session->streams, &stream->map_entry); in nghttp2_session_open_stream()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.h108 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *entry);
Dnghttp2_map.c252 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) { in nghttp2_map_insert() function
Dnghttp2_session.c1105 rv = nghttp2_map_insert(&session->streams, &stream->map_entry); in nghttp2_session_open_stream()