Lines Matching refs:textPtr
320 const XML_Char *textPtr; member
3071 if (entity->textPtr) { in doContent()
5257 parser->m_declEntity->textPtr = poolStart(&dtd->entityValuePool); in doProlog()
5265 parser->m_declEntity->is_param, parser->m_declEntity->textPtr, in doProlog()
5286 parser->m_declEntity->is_param, parser->m_declEntity->textPtr, in doProlog()
5676 if (entity->textPtr) { in doProlog()
6057 textStart = ((const char *)entity->textPtr) + entity->processed; in internalEntityProcessor()
6058 textEnd = (const char *)(entity->textPtr + entity->textLen); in internalEntityProcessor()
6082 entity->processed = (int)(next - (const char *)entity->textPtr); in internalEntityProcessor()
6144 = ((const char *)entity->textPtr) + entity->processed; in storeAttributeValue()
6146 = (const char *)(entity->textPtr + entity->textLen); in storeAttributeValue()
6160 = (int)(nextInEntity - (const char *)entity->textPtr); in storeAttributeValue()
6361 if (! entity->textPtr) { in appendAttributeValue()
6595 = ((const char *)entity->textPtr) + entity->processed; in callStoreEntityValue()
6597 = (const char *)(entity->textPtr + entity->textLen); in callStoreEntityValue()
6611 = (int)(nextInEntity - (const char *)entity->textPtr); in callStoreEntityValue()
6666 entity->textPtr = poolStart(pool); in storeSelfEntityValue()
7408 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
7411 newE->textPtr = tem; in copyEntityTable()