Lines Matching refs:systemId
323 const XML_Char *systemId; member
3093 entity->systemId, entity->publicId)) in doContent()
5063 entity->systemId, entity->publicId)) in doProlog()
5103 entity->systemId, entity->publicId)) in doProlog()
5335 parser->m_declEntity->systemId in doProlog()
5338 if (! parser->m_declEntity->systemId) in doProlog()
5366 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); in doProlog()
5381 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5388 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5490 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
5493 if (! systemId) in doProlog()
5498 systemId, parser->m_declNotationPublicId); in doProlog()
5692 entity->systemId, entity->publicId)) { in doProlog()
6462 if (entity->systemId) { in storeEntityValue()
6469 entity->systemId, entity->publicId)) { in storeEntityValue()
7384 if (oldE->systemId) { in copyEntityTable()
7385 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
7388 newE->systemId = tem; in copyEntityTable()