Lines Matching refs:oldDtd
405 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
1021 DTD *oldDtd = _dtd; in XML_ExternalEntityParserCreate() local
1070 newDtd = oldDtd; in XML_ExternalEntityParserCreate()
1127 if (!dtdCopy(oldParser, _dtd, oldDtd, &parser->m_mem) in XML_ExternalEntityParserCreate()
5806 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) in dtdCopy() argument
5812 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
5825 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
5850 if (oldA->prefix == &oldDtd->defaultPrefix) in dtdCopy()
5860 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5910 &(oldDtd->generalEntities))) in dtdCopy()
5917 &(oldDtd->paramEntities))) in dtdCopy()
5919 newDtd->paramEntityRead = oldDtd->paramEntityRead; in dtdCopy()
5922 newDtd->keepProcessing = oldDtd->keepProcessing; in dtdCopy()
5923 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs; in dtdCopy()
5924 newDtd->standalone = oldDtd->standalone; in dtdCopy()
5927 newDtd->in_eldecl = oldDtd->in_eldecl; in dtdCopy()
5928 newDtd->scaffold = oldDtd->scaffold; in dtdCopy()
5929 newDtd->contentStringLen = oldDtd->contentStringLen; in dtdCopy()
5930 newDtd->scaffSize = oldDtd->scaffSize; in dtdCopy()
5931 newDtd->scaffLevel = oldDtd->scaffLevel; in dtdCopy()
5932 newDtd->scaffIndex = oldDtd->scaffIndex; in dtdCopy()