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

/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c915 unsigned int first_not_found = UINT_MAX, not_found_count = 0; local
920 first_not_found = i;
928 i_assert(first_not_found != UINT_MAX);
931 not_found_count, headers->count, headers->name[first_not_found]));

Completed in 9 milliseconds