Home
last modified time | relevance | path

Searched refs:nextInEntity (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c6623 const char *nextInEntity = textStart; local
6627 pool, XML_ACCOUNT_ENTITY_EXPANSION, &nextInEntity);
6633 if (nextInEntity < textEnd) {
6635 = (int)(nextInEntity - (const char *)entity->textPtr);
6638 assert(nextInEntity == textEnd);
7084 const char *nextInEntity = textStart; local
7088 &nextInEntity);
7094 if (textEnd != nextInEntity) {
7096 = (int)(nextInEntity - (const char *)entity->textPtr);