Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c266 int allocDefaultAtts; member
5423 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5424 if (type->allocDefaultAtts == 0) { in defineAttribute()
5425 type->allocDefaultAtts = 8; in defineAttribute()
5426 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5433 int count = type->allocDefaultAtts * 2; in defineAttribute()
5438 type->allocDefaultAtts = count; in defineAttribute()
5741 if (e->allocDefaultAtts != 0) in dtdReset()
5783 if (e->allocDefaultAtts != 0) in dtdDestroy()
5887 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()