Lines Matching defs:publicId
325 const XML_Char *publicId;
2981 entity->systemId, entity->publicId))
4885 parser->m_declEntity->publicId = tem;
4932 entity->systemId, entity->publicId))
4972 entity->systemId, entity->publicId))
5198 parser->m_declEntity->publicId = NULL;
5235 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5251 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5258 parser->m_declEntity->publicId, parser->m_declEntity->notation);
5281 parser->m_declEntity->publicId = NULL;
5311 parser->m_declEntity->publicId = NULL;
5561 entity->systemId, entity->publicId)) {
6268 entity->systemId, entity->publicId)) {
6836 normalizePublicId(XML_Char *publicId) {
6837 XML_Char *p = publicId;
6839 for (s = publicId; *s; s++) {
6844 if (p != publicId && p[-1] != 0x20)
6851 if (p != publicId && p[-1] == 0x20)
7132 if (oldE->publicId) {
7133 tem = poolCopyString(newPool, oldE->publicId);
7136 newE->publicId = tem;