Searched refs:bufEnd (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmlparse.c187 char *bufEnd; /* end of the buffer */ member in struct:tag
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;

Completed in 306 milliseconds