Searched refs:bufEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp596 const char *bufEnd = *bufp + length; local
599 while (source < bufEnd) {
606 while (source + wordEnd < bufEnd && isspace (source[wordEnd]))
609 if (source + wordEnd < bufEnd &&
618 while (source + wordEnd < bufEnd) {

Completed in 119 milliseconds