Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c258 int allocDefaultAtts; member
5386 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
5387 if (type->allocDefaultAtts == 0) { in defineAttribute()
5388 type->allocDefaultAtts = 8; in defineAttribute()
5389 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5396 int count = type->allocDefaultAtts * 2; in defineAttribute()
5401 type->allocDefaultAtts = count; in defineAttribute()
5704 if (e->allocDefaultAtts != 0) in dtdReset()
5746 if (e->allocDefaultAtts != 0) in dtdDestroy()
5850 newE->allocDefaultAtts = newE->nDefaultAtts = oldE->nDefaultAtts; in dtdCopy()
/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()