Lines Matching defs:publicId
302 const XML_Char *publicId;
2896 entity->systemId, entity->publicId))
4798 parser->m_declEntity->publicId = tem;
4845 entity->systemId, entity->publicId))
4885 entity->systemId, entity->publicId))
5089 parser->m_declEntity->publicId = NULL;
5116 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5132 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5139 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5162 parser->m_declEntity->publicId = NULL;
5192 parser->m_declEntity->publicId = NULL;
5442 entity->systemId, entity->publicId)) {
6155 entity->systemId, entity->publicId)) {
6692 normalizePublicId(XML_Char *publicId) {
6693 XML_Char *p = publicId;
6695 for (s = publicId; *s; s++) {
6700 if (p != publicId && p[-1] != 0x20)
6707 if (p != publicId && p[-1] == 0x20)
6978 if (oldE->publicId) {
6979 tem = poolCopyString(newPool, oldE->publicId);
6982 newE->publicId = tem;