Home | History | Annotate | Download | only in expat

Lines Matching defs:bufEnd

185   char *bufEnd;                 /* end of the buffer */

1989 if (bufSize > tag->bufEnd - tag->buf) {
2005 tag->bufEnd = temp + bufSize;
2317 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2336 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2342 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2348 tag->bufEnd = temp + bufSize;