Home
last modified time | relevance | path

Searched refs:newE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c7018 ELEMENT_TYPE *newE; in dtdCopy()
7026 newE = (ELEMENT_TYPE *)lookup(oldParser, &(newDtd->elementTypes), name, in dtdCopy()
7028 if (! newE) in dtdCopy()
7041 newE->defaultAtts in dtdCopy()
7043 if (! newE->defaultAtts) { in dtdCopy()
7048 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
7050 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
7052 newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), in dtdCopy()
7054 for (i = 0; i < newE in dtdCopy()
7008 ELEMENT_TYPE *newE; dtdCopy() local
7095 ENTITY *newE; copyEntityTable() local
[all...]