Searched defs:next_idx (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-mail/
H A Drfc2231-parser.c48 unsigned int i, j, count, next, next_idx; local
118 next_idx = 0;
123 if (rfc2231_params[j].idx != next_idx) {
129 next_idx++;
/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c53 unsigned int next_idx; member in struct:mail_thread_iterate_context
275 uint32_t idx, next_idx; local
299 next_idx = shadows[idx].next_sibling_idx;
301 idx = next_idx;
643 if (iter->next_idx >= count)
646 child = &children[iter->next_idx++];

Completed in 12 milliseconds