Searched refs:ordered_hashmap_new (Results 1 – 11 of 11) sorted by relevance
260 h = ordered_hashmap_new(&string_hash_ops); in enumerate_dir_d()412 top = ordered_hashmap_new(&string_hash_ops); in process_suffix()413 bottom = ordered_hashmap_new(&string_hash_ops); in process_suffix()414 drops = ordered_hashmap_new(&string_hash_ops); in process_suffix()
17 assert_se(h = ordered_hashmap_new(&catalog_hash_ops)); in LLVMFuzzerTestOneInput()
37 assert_se(h = ordered_hashmap_new(&catalog_hash_ops)); in test_import()
452 h = ordered_hashmap_new(&catalog_hash_ops); in catalog_update()
1916 j->files = ordered_hashmap_new(&path_hash_ops); in journal_new()
3481 f->chain_cache = ordered_hashmap_new(&uint64_hash_ops); in journal_file_open()
21 assert_se(m = ordered_hashmap_new(NULL)); in TEST()
90 #define ordered_hashmap_new(ops) _ordered_hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS) macro
539 extension_images = ordered_hashmap_new(&image_hash_ops); in extract_image_and_extensions()544 extension_releases = ordered_hashmap_new(&portable_metadata_hash_ops); in extract_image_and_extensions()
3797 items = ordered_hashmap_new(&item_array_hash_ops); in run()3798 globs = ordered_hashmap_new(&item_array_hash_ops); in run()
2365 s->user_journals = ordered_hashmap_new(NULL); in server_init()