Lines Matching refs:oldDtd
519 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
1263 DTD *oldDtd;
1307 oldDtd = parser->m_dtd;
1348 newDtd = oldDtd;
1403 if (! dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem)
6816 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
6822 hashTableIterInit(&iter, &(oldDtd->prefixes));
6835 hashTableIterInit(&iter, &(oldDtd->attributeIds));
6860 if (oldA->prefix == &oldDtd->defaultPrefix)
6870 hashTableIterInit(&iter, &(oldDtd->elementTypes));
6916 &(oldDtd->generalEntities)))
6921 &(oldDtd->paramEntities)))
6923 newDtd->paramEntityRead = oldDtd->paramEntityRead;
6926 newDtd->keepProcessing = oldDtd->keepProcessing;
6927 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs;
6928 newDtd->standalone = oldDtd->standalone;
6931 newDtd->in_eldecl = oldDtd->in_eldecl;
6932 newDtd->scaffold = oldDtd->scaffold;
6933 newDtd->contentStringLen = oldDtd->contentStringLen;
6934 newDtd->scaffSize = oldDtd->scaffSize;
6935 newDtd->scaffLevel = oldDtd->scaffLevel;
6936 newDtd->scaffIndex = oldDtd->scaffIndex;