Home
last modified time | relevance | path

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

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