Searched refs:guids (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | test-guid.c | 40 * guids that get generated make sense. To make sure that the guid 46 * While guids really only need to be unique, here we actually enforce that 47 * they are increasing (as defined by reverse_guid_128_cmp()). If guids are 54 guid_128_t guids[2]; local 61 * Generating multiple guids within a microsecond should keep 66 guid_128_generate(guids[1]); 71 guid_128_generate(guids[this]); 73 test_assert(reverse_guid_128_cmp(guids[prev], guids[this]) < 0); 74 test_assert(guid_128_has_sane_nsecs(guids[thi [all...] |
/dovecot/src/plugins/fts-lucene/ |
H A D | lucene-wrapper.h | 50 HASH_TABLE_TYPE(wguid_result) guids,
|
H A D | fts-backend-lucene.c | 513 HASH_TABLE_TYPE(wguid_result) guids, 539 hash_table_insert(guids, guid_dup, box_result); 559 HASH_TABLE_TYPE(wguid_result) guids; 561 hash_table_create(&guids, default_pool, 0, wstr_hash, wcscmp); 562 ret = mailboxes_get_guids(boxes, guids, result); 565 guids, args, flags, 568 hash_table_destroy(&guids); 512 mailboxes_get_guids(struct mailbox *const boxes[], HASH_TABLE_TYPE(wguid_result) guids, struct fts_multi_result *result) argument
|
H A D | lucene-wrapper.cc | 893 ctx.pool = pool_alloconly_create("guids", 1024); 1454 HASH_TABLE_TYPE(wguid_result) guids, 1468 iter = hash_table_iterate_init(guids); 1469 while (hash_table_iterate(iter, guids, &key, &value)) { 1492 hash_table_lookup(guids, box_guid); 1528 HASH_TABLE_TYPE(wguid_result) guids, 1550 if (lucene_index_search_multi(index, guids, def_queries, flags, 1453 lucene_index_search_multi(struct lucene_index *index, HASH_TABLE_TYPE(wguid_result) guids, ARRAY_TYPE(lucene_query) &queries, enum fts_lookup_flags flags, struct fts_multi_result *result) argument 1527 lucene_index_lookup_multi(struct lucene_index *index, HASH_TABLE_TYPE(wguid_result) guids, struct mail_search_arg *args, enum fts_lookup_flags flags, struct fts_multi_result *result) argument
|
/dovecot/src/plugins/lazy-expunge/ |
H A D | lazy-expunge-plugin.c | 65 HASH_TABLE(const char *, void *) guids; member in struct:lazy_expunge_transaction 170 hash_table_create(<->guids, lt->pool, 0, str_hash, strcmp); 173 refcountp = hash_table_lookup(lt->guids, guid); 178 hash_table_insert(lt->guids, guid, refcountp); 180 hash_table_update(lt->guids, guid, refcountp); 407 if (hash_table_is_created(lt->guids)) 408 hash_table_destroy(<->guids);
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox-export.c | 877 const char *const *guids; local 919 guids = array_get(&exporter->expunged_guids, &count); 923 guids[exporter->expunged_guid_idx++];
|
Completed in 252 milliseconds