Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c321 int textLen; /* length in XML_Chars */ member
5258 parser->m_declEntity->textLen in doProlog()
5266 parser->m_declEntity->textLen, parser->m_curBase, 0, 0, 0); in doProlog()
5287 parser->m_declEntity->textLen, parser->m_curBase, 0, 0, 0); in doProlog()
6058 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
6146 = (const char *)(entity->textPtr + entity->textLen); in storeAttributeValue()
6597 = (const char *)(entity->textPtr + entity->textLen); in callStoreEntityValue()
6667 entity->textLen = (int)(poolLength(pool)); in storeSelfEntityValue()
7408 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
7412 newE->textLen = oldE->textLen; in copyEntityTable()
[all …]