Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c245 } DEFAULT_ATTRIBUTE; typedef
259 DEFAULT_ATTRIBUTE *defaultAtts;
2865 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5375 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5389 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5390 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5395 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5397 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5398 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5840 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
[all …]
/external/python/cpython3/Modules/expat/
Dxmlparse.c245 } DEFAULT_ATTRIBUTE; typedef
259 DEFAULT_ATTRIBUTE *defaultAtts;
2865 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5375 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5389 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5390 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5395 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5397 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5398 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5840 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
[all …]
/external/expat/lib/
Dxmlparse.c325 } DEFAULT_ATTRIBUTE; typedef
339 DEFAULT_ATTRIBUTE *defaultAtts;
3308 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5994 DEFAULT_ATTRIBUTE *att; in defineAttribute()
6008 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(parser, type->allocDefaultAtts in defineAttribute()
6009 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6016 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
6018 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
6019 REALLOC(parser, type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
6489 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
[all …]