Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c387 int allocDefaultAtts; member
6529 if (type->nDefaultAtts == type->allocDefaultAtts) { in defineAttribute()
6530 if (type->allocDefaultAtts == 0) { in defineAttribute()
6531 type->allocDefaultAtts = 8; in defineAttribute()
6533 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6535 type->allocDefaultAtts = 0; in defineAttribute()
6542 if (type->allocDefaultAtts > INT_MAX / 2) { in defineAttribute()
6546 int count = type->allocDefaultAtts * 2; in defineAttribute()
6562 type->allocDefaultAtts = count; in defineAttribute()
6889 if (e->allocDefaultAtts != 0) in dtdReset()
[all …]