Home | History | Annotate | Download | only in expat

Lines Matching defs:bufEnd

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

2073 if (bufSize > tag->bufEnd - tag->buf) {
2089 tag->bufEnd = temp + bufSize;
2401 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2420 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2426 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2432 tag->bufEnd = temp + bufSize;