Home
last modified time | relevance | path

Searched refs:DEFAULT_ATTRIBUTE (Results 1 – 2 of 2) 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/expat/lib/
Dxmlparse.c253 } DEFAULT_ATTRIBUTE; typedef
267 DEFAULT_ATTRIBUTE *defaultAtts;
2901 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5412 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5426 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5427 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5432 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5434 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5435 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5877 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
[all …]