Lines Matching refs:oldDtd
482 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
1197 DTD *oldDtd; in XML_ExternalEntityParserCreate() local
1241 oldDtd = parser->m_dtd; in XML_ExternalEntityParserCreate()
1282 newDtd = oldDtd; in XML_ExternalEntityParserCreate()
1339 if (!dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem) in XML_ExternalEntityParserCreate()
6441 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) in dtdCopy() argument
6447 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
6460 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
6485 if (oldA->prefix == &oldDtd->defaultPrefix) in dtdCopy()
6495 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
6544 &(oldDtd->generalEntities))) in dtdCopy()
6551 &(oldDtd->paramEntities))) in dtdCopy()
6553 newDtd->paramEntityRead = oldDtd->paramEntityRead; in dtdCopy()
6556 newDtd->keepProcessing = oldDtd->keepProcessing; in dtdCopy()
6557 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs; in dtdCopy()
6558 newDtd->standalone = oldDtd->standalone; in dtdCopy()
6561 newDtd->in_eldecl = oldDtd->in_eldecl; in dtdCopy()
6562 newDtd->scaffold = oldDtd->scaffold; in dtdCopy()
6563 newDtd->contentStringLen = oldDtd->contentStringLen; in dtdCopy()
6564 newDtd->scaffSize = oldDtd->scaffSize; in dtdCopy()
6565 newDtd->scaffLevel = oldDtd->scaffLevel; in dtdCopy()
6566 newDtd->scaffIndex = oldDtd->scaffIndex; in dtdCopy()