Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c258 int allocDefaultAtts; member
5370 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5371 if (type->allocDefaultAtts == 0) { in defineAttribute()
5372 type->allocDefaultAtts = 8; in defineAttribute()
5373 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5380 int count = type->allocDefaultAtts * 2; in defineAttribute()
5385 type->allocDefaultAtts = count; in defineAttribute()
5686 if (e->allocDefaultAtts != 0) in dtdReset()
5728 if (e->allocDefaultAtts != 0) in dtdDestroy()
5832 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()