Searched refs:textEnd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 6046 const char *textStart, *textEnd; in internalEntityProcessor() local 6058 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor() 6064 = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next); in internalEntityProcessor() 6065 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, in internalEntityProcessor() 6070 parser->m_internalEncoding, textStart, textEnd, &next, in internalEntityProcessor() 6078 if (textEnd != next in internalEntityProcessor() 6145 const char *const textEnd in storeAttributeValue() local 6151 parser, parser->m_internalEncoding, isCdata, textStart, textEnd, in storeAttributeValue() 6158 if (textEnd != nextInEntity) { in storeAttributeValue() 6596 const char *const textEnd in callStoreEntityValue() local [all …]
|