Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c389 int allocDefaultAtts; member
6804 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6805 if (type->allocDefaultAtts == 0) { in defineAttribute()
6806 type->allocDefaultAtts = 8; in defineAttribute()
6808 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6810 type->allocDefaultAtts = 0; in defineAttribute()
6817 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6821 int count = type->allocDefaultAtts * 2; in defineAttribute()
6837 type->allocDefaultAtts = count; in defineAttribute()
7164 if (e->allocDefaultAtts != 0) in dtdReset()
[all …]