Searched defs:eoh_char (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ | ||
H A D | istream-raw-mbox.c | 169 int eoh_char, tz; local 280 eoh_char = rstream->body_offset == (uoff_t)-1 ? '\n' : -1; 282 if (buf[i] == eoh_char && 287 eoh_char = -1; |
Completed in 23 milliseconds