Searched refs:allocDefaultAtts (Results 1 – 1 of 1) sorted by relevance
389 int allocDefaultAtts; member7196 if (type->nDefaultAtts == type->allocDefaultAtts) {7197 if (type->allocDefaultAtts == 0) {7198 type->allocDefaultAtts = 8;7200 = MALLOC(parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE));7202 type->allocDefaultAtts = 0;7209 if (type->allocDefaultAtts > INT_MAX / 2) {7213 int count = type->allocDefaultAtts * 2;7229 type->allocDefaultAtts = count;7564 if (e->allocDefaultAtts != 0)[all …]