Lines Matching refs:pend
44 const unsigned char *p, *pend, *pblock;
50 pend = p + strlen(value);
51 while (p < pend) {
53 while (p < pend && smtp_char_is_atext(*p))
56 if (!quoted && p < pend) {
62 if (p >= pend)
123 const unsigned char *p, *pbegin, *pend;
126 pend = p + size;
127 while (p < pend) {
129 while (p < pend && smtp_char_is_xtext(*p))
133 if (p >= pend)