Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c390 DEFAULT_ATTRIBUTE *defaultAtts; member
6809 if (! type->defaultAtts) { in defineAttribute()
6838 type->defaultAtts = temp; in defineAttribute()
7165 ms->free_fcn(e->defaultAtts); in dtdReset()
7206 ms->free_fcn(e->defaultAtts); in dtdDestroy()
7309 newE->defaultAtts in dtdCopy()
7311 if (! newE->defaultAtts) { in dtdCopy()
7325 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()
7326 if (oldE->defaultAtts[i].value) { in dtdCopy()
7327 newE->defaultAtts[i].value in dtdCopy()
[all …]