Home
last modified time | relevance | path

Searched refs:mutt_hash_new (Results 1 – 21 of 21) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/test/hash/
H A Dmutt_hash_new.c37 struct HashTable *table = mutt_hash_new(0, MUTT_HASH_NO_FLAGS); in test_mutt_hash_new()
42 struct HashTable *table = mutt_hash_new(32, MUTT_HASH_STRCASECMP); in test_mutt_hash_new()
53 struct HashTable *table = mutt_hash_new(128, MUTT_HASH_STRDUP_KEYS); in test_mutt_hash_new()
61 struct HashTable *table = mutt_hash_new(128, MUTT_HASH_ALLOW_DUPS); in test_mutt_hash_new()
H A Dmutt_hash_delete.c42 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_delete()
49 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_delete()
56 struct HashTable *table = mutt_hash_new(128, MUTT_HASH_STRDUP_KEYS); in test_mutt_hash_delete()
H A Dmutt_hash_insert.c37 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_insert()
43 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_insert()
H A Dmutt_hash_find.c41 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_find()
47 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_find()
H A Dmutt_hash_typed_insert.c42 struct HashTable *table = mutt_hash_new(10, MUTT_HASH_NO_FLAGS); in test_mutt_hash_typed_insert()
H A Dmutt_hash_find_bucket.c46 struct HashTable *table = mutt_hash_new(128, MUTT_HASH_ALLOW_DUPS); in test_mutt_hash_find_bucket()
/dports/mail/neomutt/neomutt-20211029/alias/
H A Dreverse.c45 ReverseAliases = mutt_hash_new(1031, MUTT_HASH_STRCASECMP | MUTT_HASH_STRDUP_KEYS | in alias_reverse_init()
/dports/mail/neomutt/neomutt-20211029/nntp/
H A Dadata.c66 adata->groups_hash = mutt_hash_new(1009, MUTT_HASH_NO_FLAGS); in nntp_adata_new()
/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dhash.h124 struct HashTable *mutt_hash_new (size_t num_elems, HashFlags flags);
H A Dhash.c255 struct HashTable *mutt_hash_new(size_t num_elems, HashFlags flags) in mutt_hash_new() function
/dports/mail/neomutt/neomutt-20211029/address/
H A Dgroup.c92 Groups = mutt_hash_new(1031, MUTT_HASH_NO_FLAGS); in mutt_grouplist_init()
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_header.c371 m->label_hash = mutt_hash_new(131, MUTT_HASH_STRDUP_KEYS); in mutt_make_label_hash()
H A Dmutt_thread.c623 struct HashTable *hash = mutt_hash_new(m->msg_count * 2, MUTT_HASH_ALLOW_DUPS); in make_subj_hash()
1026 tctx->hash = mutt_hash_new(m->msg_count * 2, MUTT_HASH_ALLOW_DUPS); in mutt_sort_threads()
1660 struct HashTable *hash = mutt_hash_new(m->msg_count * 2, MUTT_HASH_NO_FLAGS); in mutt_make_id_hash()
H A Dinit.c739 TagTransforms = mutt_hash_new(64, MUTT_HASH_STRCASECMP); in mutt_init()
740 TagFormats = mutt_hash_new(64, MUTT_HASH_NO_FLAGS); in mutt_init()
H A Dhook.c383 IdxFmtHooks = mutt_hash_new(30, MUTT_HASH_STRDUP_KEYS); in mutt_parse_idxfmt_hook()
/dports/mail/neomutt/neomutt-20211029/history/
H A Dhistory.c220 dup_hashes[hclass] = mutt_hash_new(MAX(10, c_save_history * 2), MUTT_HASH_STRDUP_KEYS); in shrink_histfile()
/dports/mail/neomutt/neomutt-20211029/config/
H A Dset.c160 cs->hash = mutt_hash_new(size, MUTT_HASH_NO_FLAGS); in cs_new()
/dports/mail/neomutt/neomutt-20211029/test/
H A DMakefile.autosetup249 test/hash/mutt_hash_new.o \
/dports/mail/neomutt/neomutt-20211029/maildir/
H A Dmh.c970 fnames = mutt_hash_new(ARRAY_SIZE(&mda), MUTT_HASH_NO_FLAGS); in mh_mbox_check()
H A Dmaildir.c1242 fnames = mutt_hash_new(ARRAY_SIZE(&mda), MUTT_HASH_NO_FLAGS); in maildir_mbox_check()
/dports/mail/neomutt/neomutt-20211029/email/
H A Dparse.c73 AutoSubscribeCache = mutt_hash_new(200, MUTT_HASH_STRCASECMP | MUTT_HASH_STRDUP_KEYS); in mutt_auto_subscribe()