Home | History | Annotate | Download | only in expat

Lines Matching defs:bufEnd

187   char *bufEnd;                 /* end of the buffer */
2087 if (bufSize > tag->bufEnd - tag->buf) {
2103 tag->bufEnd = temp + bufSize;
2415 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2434 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2440 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2446 tag->bufEnd = temp + bufSize;