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
5384 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5385 if (type->allocDefaultAtts == 0) { in defineAttribute()
5386 type->allocDefaultAtts = 8; in defineAttribute()
5387 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5394 int count = type->allocDefaultAtts * 2; in defineAttribute()
5399 type->allocDefaultAtts = count; in defineAttribute()
5702 if (e->allocDefaultAtts != 0) in dtdReset()
5744 if (e->allocDefaultAtts != 0) in dtdDestroy()
5848 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()