Home | History | Annotate | Download | only in lib

Lines Matching defs:bufEnd

267   char *bufEnd;                 /* end of the buffer */
2499 if (bufSize > tag->bufEnd - tag->buf) {
2515 tag->bufEnd = temp + bufSize;
2827 tag->bufEnd = tag->buf + INIT_TAG_BUF_SIZE;
2846 (ICHAR **)&toPtr, (ICHAR *)tag->bufEnd - 1);
2852 bufSize = (int)(tag->bufEnd - tag->buf) << 1;
2858 tag->bufEnd = temp + bufSize;