Home
last modified time | relevance | path

Searched refs:DEFAULT_ATTRIBUTE (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c356 } DEFAULT_ATTRIBUTE; typedef
370 DEFAULT_ATTRIBUTE *defaultAtts;
3487 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
6353 DEFAULT_ATTRIBUTE *att; in defineAttribute()
6367 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC( in defineAttribute()
6368 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6374 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
6388 if ((unsigned)count > (size_t)(-1) / sizeof(DEFAULT_ATTRIBUTE)) { in defineAttribute()
6393 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
6394 (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c349 } DEFAULT_ATTRIBUTE; typedef
363 DEFAULT_ATTRIBUTE *defaultAtts;
3444 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
6385 DEFAULT_ATTRIBUTE *att; in defineAttribute()
6399 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC( in defineAttribute()
6400 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
6406 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
6420 if ((unsigned)count > (size_t)(-1) / sizeof(DEFAULT_ATTRIBUTE)) { in defineAttribute()
6425 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()
6426 (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
[all...]

Completed in 19 milliseconds