Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c390 int allocDefaultAtts; member
7169 if (type->nDefaultAtts == type->allocDefaultAtts) {
7170 if (type->allocDefaultAtts == 0) {
7171 type->allocDefaultAtts = 8;
7173 = MALLOC(parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE));
7175 type->allocDefaultAtts = 0;
7182 if (type->allocDefaultAtts > INT_MAX / 2) {
7186 int count = type->allocDefaultAtts * 2;
7202 type->allocDefaultAtts = count;
7529 if (e->allocDefaultAtts != 0)
[all …]