Lines Matching refs:textLen
321 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()
8255 entity->is_param ? "%" : "&", entityName, action, entity->textLen, in entityTrackingReportStats()