Lines Matching full:publicid
198 const XML_Char *publicId;
2373 entity->publicId))
3920 declEntity->publicId = tem;
3955 entity->publicId))
3998 entity->publicId))
4207 declEntity->publicId = NULL;
4233 declEntity->publicId,
4250 declEntity->publicId,
4261 declEntity->publicId,
4287 declEntity->publicId = NULL;
4319 declEntity->publicId = NULL;
4534 entity->publicId)) {
5150 entity->publicId)) {
5623 normalizePublicId(XML_Char *publicId)
5625 XML_Char *p = publicId;
5627 for (s = publicId; *s; s++) {
5632 if (p != publicId && p[-1] != 0x20)
5639 if (p != publicId && p[-1] == 0x20)
5922 if (oldE->publicId) {
5923 tem = poolCopyString(newPool, oldE->publicId);
5926 newE->publicId = tem;