Lines Matching defs:oldDtd
548 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
1358 DTD *oldDtd;
1403 oldDtd = parser->m_dtd;
1445 newDtd = oldDtd;
1501 if (! dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem)
6960 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
6966 hashTableIterInit(&iter, &(oldDtd->prefixes));
6979 hashTableIterInit(&iter, &(oldDtd->attributeIds));
7004 if (oldA->prefix == &oldDtd->defaultPrefix)
7014 hashTableIterInit(&iter, &(oldDtd->elementTypes));
7070 &(oldDtd->generalEntities)))
7075 &(oldDtd->paramEntities)))
7077 newDtd->paramEntityRead = oldDtd->paramEntityRead;
7080 newDtd->keepProcessing = oldDtd->keepProcessing;
7081 newDtd->hasParamEntityRefs = oldDtd->hasParamEntityRefs;
7082 newDtd->standalone = oldDtd->standalone;
7085 newDtd->in_eldecl = oldDtd->in_eldecl;
7086 newDtd->scaffold = oldDtd->scaffold;
7087 newDtd->contentStringLen = oldDtd->contentStringLen;
7088 newDtd->scaffSize = oldDtd->scaffSize;
7089 newDtd->scaffLevel = oldDtd->scaffLevel;
7090 newDtd->scaffIndex = oldDtd->scaffIndex;