Searched defs:next_digit (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-imap-storage/ | ||
H A D | imap-msgpart.c | 204 bool next_digit; local 213 next_digit = TRUE; 216 next_digit = FALSE; 217 } else if (!next_digit && section[i] == '.') { 218 next_digit = TRUE; |
Completed in 24 milliseconds