Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c388 int allocDefaultAtts; member
7115 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 …]