Lines Matching refs:oldDtd
397 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
986 DTD *oldDtd = _dtd; in XML_ExternalEntityParserCreate() local
1035 newDtd = oldDtd; in XML_ExternalEntityParserCreate()
1092 if (!dtdCopy(oldParser, _dtd, oldDtd, &parser->m_mem) in XML_ExternalEntityParserCreate()
5767 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) in dtdCopy() argument
5773 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
5786 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
5811 if (oldA->prefix == &oldDtd->defaultPrefix) in dtdCopy()
5821 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5871 &(oldDtd->generalEntities))) in dtdCopy()
5878 &(oldDtd->paramEntities))) in dtdCopy()
5880 newDtd->paramEntityRead = oldDtd->paramEntityRead; in dtdCopy()
5883 newDtd->keepProcessing = oldDtd->keepProcessing; in dtdCopy()
5884 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs; in dtdCopy()
5885 newDtd->standalone = oldDtd->standalone; in dtdCopy()
5888 newDtd->in_eldecl = oldDtd->in_eldecl; in dtdCopy()
5889 newDtd->scaffold = oldDtd->scaffold; in dtdCopy()
5890 newDtd->contentStringLen = oldDtd->contentStringLen; in dtdCopy()
5891 newDtd->scaffSize = oldDtd->scaffSize; in dtdCopy()
5892 newDtd->scaffLevel = oldDtd->scaffLevel; in dtdCopy()
5893 newDtd->scaffIndex = oldDtd->scaffIndex; in dtdCopy()