Lines Matching refs:map_entry
32 nghttp2_map_entry map_entry; member
37 nghttp2_map_entry_init(&entry->map_entry, key); in strentry_init()
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()
177 nghttp2_map_insert(&map, &shrubbery->map_entry); in test_nghttp2_map_each_free()