Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c362 DEFAULT_ATTRIBUTE *defaultAtts; member
6379 if (! type->defaultAtts) { in defineAttribute()
6408 type->defaultAtts = temp; in defineAttribute()
6731 ms->free_fcn(e->defaultAtts); in dtdReset()
6772 ms->free_fcn(e->defaultAtts); in dtdDestroy()
6865 newE->defaultAtts in dtdCopy()
6867 if (! newE->defaultAtts) { in dtdCopy()
6881 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()
6882 if (oldE->defaultAtts[i].value) { in dtdCopy()
6883 newE->defaultAtts[i].value in dtdCopy()
[all …]