Searched refs:textEnd (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmlparse.c | 6407 const char *textStart, *textEnd; local 6419 textEnd = (const char *)(entity->textPtr + entity->textLen); 6425 = XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next); 6426 result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd, 6431 parser->m_internalEncoding, textStart, textEnd, &next, 6439 if (textEnd != next 6510 const char *const textEnd local 6516 parser, parser->m_internalEncoding, isCdata, textStart, textEnd, 6523 if (textEnd != nextInEntity) { 6961 const char *const textEnd local [all …]
|