Searched refs:allocDefaultAtts (Results 1 – 4 of 4) sorted by relevance
105 int allocDefaultAtts; member
362 int allocDefaultAtts; member6396 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()6397 if (type->allocDefaultAtts == 0) { in defineAttribute()6398 type->allocDefaultAtts = 8; in defineAttribute()6400 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()6402 type->allocDefaultAtts = 0; in defineAttribute()6409 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()6413 int count = type->allocDefaultAtts * 2; in defineAttribute()6429 type->allocDefaultAtts = count; in defineAttribute()6752 if (e->allocDefaultAtts != 0) in dtdReset()[all …]
384 int allocDefaultAtts; member6526 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()6527 if (type->allocDefaultAtts == 0) { in defineAttribute()6528 type->allocDefaultAtts = 8; in defineAttribute()6530 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()6532 type->allocDefaultAtts = 0; in defineAttribute()6539 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()6543 int count = type->allocDefaultAtts * 2; in defineAttribute()6559 type->allocDefaultAtts = count; in defineAttribute()6886 if (e->allocDefaultAtts != 0) in dtdReset()[all …]
341 int allocDefaultAtts; member6028 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()6029 if (type->allocDefaultAtts == 0) { in defineAttribute()6030 type->allocDefaultAtts = 8; in defineAttribute()6031 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(parser, type->allocDefaultAtts in defineAttribute()6034 type->allocDefaultAtts = 0; in defineAttribute()6040 int count = type->allocDefaultAtts * 2; in defineAttribute()6045 type->allocDefaultAtts = count; in defineAttribute()6376 if (e->allocDefaultAtts != 0) in dtdReset()6418 if (e->allocDefaultAtts != 0) in dtdDestroy()[all …]