Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c414 size_t allocDefaultAtts; member
7303 if (type->nDefaultAtts == type->allocDefaultAtts) {
7305 if (type->allocDefaultAtts > SIZE_MAX / 2) {
7309 size_t count = type->allocDefaultAtts * 2;
7323 type->allocDefaultAtts = count;
7820 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts;