Lines Matching refs:systemId
298 const XML_Char *systemId; member
2885 entity->systemId, entity->publicId)) in doContent()
4709 entity->systemId, entity->publicId)) in doProlog()
4749 entity->systemId, entity->publicId)) in doProlog()
4959 parser->m_declEntity->systemId in doProlog()
4962 if (! parser->m_declEntity->systemId) in doProlog()
4980 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); in doProlog()
4995 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5002 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5104 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
5107 if (! systemId) in doProlog()
5112 systemId, parser->m_declNotationPublicId); in doProlog()
5306 entity->systemId, entity->publicId)) { in doProlog()
5999 if (entity->systemId) { in storeEntityValue()
6006 entity->systemId, entity->publicId)) { in storeEntityValue()
6813 if (oldE->systemId) { in copyEntityTable()
6814 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
6817 newE->systemId = tem; in copyEntityTable()