Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c6877 if (! oldE) in dtdCopy()
6886 if (oldE->nDefaultAtts) { in dtdCopy()
6893 if (oldE->idAtt) in dtdCopy()
6897 if (oldE->prefix) in dtdCopy()
6954 if (! oldE) in copyEntityTable()
6962 if (oldE->systemId) { in copyEntityTable()
6967 if (oldE->base) { in copyEntityTable()
6978 if (oldE->publicId) { in copyEntityTable()
6986 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable()
6990 newE->textLen = oldE->textLen; in copyEntityTable()
[all …]