Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c252 int allocDefaultAtts; member
5235 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5236 if (type->allocDefaultAtts == 0) { in defineAttribute()
5237 type->allocDefaultAtts = 8; in defineAttribute()
5238 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5245 int count = type->allocDefaultAtts * 2; in defineAttribute()
5250 type->allocDefaultAtts = count; in defineAttribute()
5551 if (e->allocDefaultAtts != 0) in dtdReset()
5593 if (e->allocDefaultAtts != 0) in dtdDestroy()
5697 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()