Searched refs:newE (Results 1 – 2 of 2) sorted by relevance
156 auto newE = FileMgr->getFile(tempPath); in flushToFile() local157 if (newE) { in flushToFile()158 remap(origFE, *newE); in flushToFile()159 infoOut << (*newE)->getName() << '\n'; in flushToFile()
6725 ELEMENT_TYPE *newE; in dtdCopy() local6733 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()6735 if (! newE) in dtdCopy()6738 newE->defaultAtts in dtdCopy()6740 if (! newE->defaultAtts) { in dtdCopy()6745 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()6747 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()6749 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()6751 for (i = 0; i < newE->nDefaultAtts; i++) { in dtdCopy()6752 newE->defaultAtts[i].id = (ATTRIBUTE_ID *)lookup( in dtdCopy()[all …]