Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c360 int allocDefaultAtts; member
6247 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6248 if (type->allocDefaultAtts == 0) { in defineAttribute()
6249 type->allocDefaultAtts = 8; in defineAttribute()
6251 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6253 type->allocDefaultAtts = 0; in defineAttribute()
6260 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6264 int count = type->allocDefaultAtts * 2; in defineAttribute()
6280 type->allocDefaultAtts = count; in defineAttribute()
6603 if (e->allocDefaultAtts != 0) in dtdReset()
[all …]