Searched refs:nghttp2_map_insert (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_map_test.c | 52 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/ |
D | nghttp2_map.h | 108 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *entry);
|
D | libnghttp2_shared.map | 166 nghttp2_map_insert;
|
D | nghttp2_map.c | 252 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) { in nghttp2_map_insert() function
|
D | nghttp2_session.c | 1105 rv = nghttp2_map_insert(&session->streams, &stream->map_entry); in nghttp2_session_open_stream()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_map.h | 108 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *entry);
|
D | nghttp2_map.c | 252 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) { in nghttp2_map_insert() function
|
D | nghttp2_session.c | 1105 rv = nghttp2_map_insert(&session->streams, &stream->map_entry); in nghttp2_session_open_stream()
|