Home | History | Annotate | Download | only in lib

Lines Matching full:systemid

196   const XML_Char *systemId;
2383 entity->systemId,
3967 entity->systemId,
4010 entity->systemId,
4226 declEntity->systemId = poolStoreString(&dtd->pool, enc,
4229 if (!declEntity->systemId)
4245 declEntity->systemId,
4262 declEntity->systemId,
4273 declEntity->systemId,
4379 const XML_Char *systemId
4383 if (!systemId)
4389 systemId,
4546 entity->systemId,
5155 if (entity->systemId) {
5162 entity->systemId,
5922 if (oldE->systemId) {
5923 const XML_Char *tem = poolCopyString(newPool, oldE->systemId);
5926 newE->systemId = tem;