Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c266 DEFAULT_ATTRIBUTE *defaultAtts; member
5427 if (!type->defaultAtts) in defineAttribute()
5438 type->defaultAtts = temp; in defineAttribute()
5741 ms->free_fcn(e->defaultAtts); in dtdReset()
5783 ms->free_fcn(e->defaultAtts); in dtdDestroy()
5878 if (!newE->defaultAtts) { in dtdCopy()
5893 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()
5894 if (oldE->defaultAtts[i].value) { in dtdCopy()
5895 newE->defaultAtts[i].value in dtdCopy()
5897 if (!newE->defaultAtts[i].value) in dtdCopy()
[all …]