Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c385 int allocDefaultAtts;
6536 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6537 if (type->allocDefaultAtts == 0) { in defineAttribute()
6538 type->allocDefaultAtts = 8; in defineAttribute()
6540 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6542 type->allocDefaultAtts = 0; in defineAttribute()
6549 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6553 int count = type->allocDefaultAtts * 2; in defineAttribute()
6569 type->allocDefaultAtts = count; in defineAttribute()
6896 if (e->allocDefaultAtts ! in dtdReset()
384 int allocDefaultAtts; global() member
[all...]