Searched defs:indexes (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-filename-flags.c75 const unsigned int *indexes; local
80 indexes = array_get(keywords, &count);
82 chr = maildir_keywords_idx_char(ctx, indexes[i]);
/dovecot/src/lib-index/
H A Dmail-index-alloc-cache.c15 /* How many closed indexes to keep */
35 static struct mail_index_alloc_cache_list *indexes = NULL; variable in typeref:struct:mail_index_alloc_cache_list
53 list->next = indexes;
54 indexes = list;
92 for (indexp = &indexes; *indexp != NULL;) {
144 if index_dir doesn't exist yet or if using in-memory indexes, just
148 /* in-memory indexes */
177 for (list = &indexes; *list != NULL;) {
195 deleting this mailbox and wants its indexes
222 for (listp = &indexes; *list
[all...]
H A Dmail-index-transaction-view.c265 const unsigned int *indexes; local
268 indexes = array_get(keywords, &count);
270 if (indexes[i] == idx)
279 const unsigned int *indexes; local
282 indexes = array_get(keywords, &count);
284 if (indexes[i] == idx) {
H A Dmail-index.c448 so we can permanently store indexes to them. */
470 const unsigned int *indexes; local
473 indexes = array_get(keyword_indexes, &count);
490 if (k->idx[i] == indexes[src])
494 k->idx[dest++] = indexes[src];
658 /* open/create failed, fallback to in-memory indexes */
1005 /* this function doesn't make sense for in-memory indexes */
/dovecot/src/doveadm/
H A Ddoveadm-oldstats.c414 unsigned int i, j, row, maxrow, count, indexes[N_ELEMENTS(names)]; local
437 if (!stats_header_find(ctx, names[i], &indexes[i]))
438 indexes[i] = UINT_MAX;
448 if (indexes[j] == UINT_MAX)
451 stats_top_output_diff(ctx, lines[i], indexes[j]);

Completed in 17 milliseconds