Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c265 int allocDefaultAtts; member
5422 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5423 if (type->allocDefaultAtts == 0) { in defineAttribute()
5424 type->allocDefaultAtts = 8; in defineAttribute()
5425 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5432 int count = type->allocDefaultAtts * 2; in defineAttribute()
5437 type->allocDefaultAtts = count; in defineAttribute()
5740 if (e->allocDefaultAtts != 0) in dtdReset()
5782 if (e->allocDefaultAtts != 0) in dtdDestroy()
5886 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()