Searched refs:allocDefaultAtts (Results 1 – 1 of 1) sorted by relevance
361 int allocDefaultAtts; member6374 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()6375 if (type->allocDefaultAtts == 0) { in defineAttribute()6376 type->allocDefaultAtts = 8; in defineAttribute()6380 type->allocDefaultAtts = 0; in defineAttribute()6387 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()6391 int count = type->allocDefaultAtts * 2; in defineAttribute()6407 type->allocDefaultAtts = count; in defineAttribute()6730 if (e->allocDefaultAtts != 0) in dtdReset()6771 if (e->allocDefaultAtts != 0) in dtdDestroy()[all …]