Lines Matching refs:systemId
196 const XML_Char *systemId; member
2391 entity->systemId, in doContent()
3973 entity->systemId, in doProlog()
4016 entity->systemId, in doProlog()
4232 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog()
4235 if (!declEntity->systemId) in doProlog()
4251 declEntity->systemId, in doProlog()
4268 declEntity->systemId, in doProlog()
4279 declEntity->systemId, in doProlog()
4385 const XML_Char *systemId in doProlog() local
4389 if (!systemId) in doProlog()
4395 systemId, in doProlog()
4552 entity->systemId, in doProlog()
5161 if (entity->systemId) { in storeEntityValue()
5168 entity->systemId, in storeEntityValue()
5925 if (oldE->systemId) { in copyEntityTable()
5926 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable()
5929 newE->systemId = tem; in copyEntityTable()