Lines Matching refs:systemId
325 const XML_Char *systemId; member
2974 entity->systemId, entity->publicId)) in doContent()
4925 entity->systemId, entity->publicId)) in doProlog()
4965 entity->systemId, entity->publicId)) in doProlog()
5197 parser->m_declEntity->systemId in doProlog()
5200 if (! parser->m_declEntity->systemId) in doProlog()
5228 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); in doProlog()
5243 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5250 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5352 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
5355 if (! systemId) in doProlog()
5360 systemId, parser->m_declNotationPublicId); in doProlog()
5554 entity->systemId, entity->publicId)) { in doProlog()
6254 if (entity->systemId) { in storeEntityValue()
6261 entity->systemId, entity->publicId)) { in storeEntityValue()
7109 if (oldE->systemId) { in copyEntityTable()
7110 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
7113 newE->systemId = tem; in copyEntityTable()