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()
5751 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms) in dtdCopy() argument
5757 hashTableIterInit(&iter, &(oldDtd->prefixes)); in dtdCopy()
5770 hashTableIterInit(&iter, &(oldDtd->attributeIds)); in dtdCopy()
5795 if (oldA->prefix == &oldDtd->defaultPrefix) in dtdCopy()
5805 hashTableIterInit(&iter, &(oldDtd->elementTypes)); in dtdCopy()
5855 &(oldDtd->generalEntities))) in dtdCopy()
5862 &(oldDtd->paramEntities))) in dtdCopy()
5864 newDtd->paramEntityRead = oldDtd->paramEntityRead; in dtdCopy()
5867 newDtd->keepProcessing = oldDtd->keepProcessing; in dtdCopy()
5868 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs; in dtdCopy()
5869 newDtd->standalone = oldDtd->standalone; in dtdCopy()
5872 newDtd->in_eldecl = oldDtd->in_eldecl; in dtdCopy()
5873 newDtd->scaffold = oldDtd->scaffold; in dtdCopy()
5874 newDtd->contentStringLen = oldDtd->contentStringLen; in dtdCopy()
5875 newDtd->scaffSize = oldDtd->scaffSize; in dtdCopy()
5876 newDtd->scaffLevel = oldDtd->scaffLevel; in dtdCopy()
5877 newDtd->scaffIndex = oldDtd->scaffIndex; in dtdCopy()