Searched refs:newE (Results 1 – 2 of 2) sorted by relevance
162 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile() local163 remap(origFE, newE); in flushToFile()164 infoOut << newE->getName() << '\n'; in flushToFile()
5809 ELEMENT_TYPE *newE; in dtdCopy() local5817 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()5819 if (!newE) in dtdCopy()5822 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()5824 if (!newE->defaultAtts) { in dtdCopy()5825 ms->free_fcn(newE); in dtdCopy()5830 newE->idAtt = (ATTRIBUTE_ID *) in dtdCopy()5832 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()5834 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()5836 for (i = 0; i < newE->nDefaultAtts; i++) { in dtdCopy()[all …]