Searched refs:allocDefaultAtts (Results 1 – 1 of 1) sorted by relevance
388 int allocDefaultAtts; member7115 if (type->nDefaultAtts == type->allocDefaultAtts) {7116 if (type->allocDefaultAtts == 0) {7117 type->allocDefaultAtts = 8;7119 = MALLOC(parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE));7121 type->allocDefaultAtts = 0;7128 if (type->allocDefaultAtts > INT_MAX / 2) {7132 int count = type->allocDefaultAtts * 2;7148 type->allocDefaultAtts = count;7490 if (e->allocDefaultAtts != 0)[all …]