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

/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c42 unsigned int i, j, count, match_idx, match_count; local
55 for (i = match_idx = 0; i < count; i = j) {
58 while (match_idx < lines[i].field_idx &&
59 match_idx < match_count) {
60 if (HEADER_MATCH_USABLE(mail, match[match_idx]) &&
62 _mail->seq, match_idx)) {
64 i_assert((match[match_idx] &
66 index_mail_cache_add_idx(mail, match_idx,
69 match_idx++;
72 if (match_idx < match_coun
[all...]

Completed in 12 milliseconds