Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c6148 const char *nextInEntity = textStart; in storeAttributeValue() local
6152 pool, XML_ACCOUNT_ENTITY_EXPANSION, &nextInEntity); in storeAttributeValue()
6158 if (textEnd != nextInEntity) { in storeAttributeValue()
6160 = (int)(nextInEntity - (const char *)entity->textPtr); in storeAttributeValue()
6599 const char *nextInEntity = textStart; in callStoreEntityValue() local
6603 &nextInEntity); in callStoreEntityValue()
6609 if (textEnd != nextInEntity) { in callStoreEntityValue()
6611 = (int)(nextInEntity - (const char *)entity->textPtr); in callStoreEntityValue()