Searched defs:modseqs (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-index/
H A Dtest-mail-index-transaction-finish.c12 static uint64_t modseqs[N_ELEMENTS(recs)]; variable
50 i_assert(seq < N_ELEMENTS(modseqs));
51 return modseqs[seq];
56 return modseqs[0];
138 modseqs[0] = 1234;
139 modseqs[5] = 5;
140 modseqs[6] = 8;
141 modseqs[7] = 6;
142 modseqs[8] = 7;
266 memset(modseqs,
[all...]
H A Dmail-index-modseq.c10 ARRAY_DEFINE_TYPE(modseqs, uint64_t);
24 ARRAY_TYPE(modseqs) modseqs;
65 /* modseqs not enabled to the index yet, add them. */
74 /* commit also refreshes the index, which syncs the modseqs */
118 /* fallback to returning the log head. if modseqs aren't
174 /* If we're here because we just enabled modseqs, we'll return
221 const uint64_t *modseqs; local
225 if (idx >= count || !array_is_created(&metadata[idx].modseqs))
228 modseqs
[all...]
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.c102 const uint64_t *modseqs; local
111 modseqs = array_get(&mbox->rseq_modseqs, &count);
113 return modseqs[rseq-1];

Completed in 15 milliseconds