Searched refs:DEFAULT_ATTRIBUTE (Results 1 – 1 of 1) sorted by relevance
371 } DEFAULT_ATTRIBUTE; typedef385 DEFAULT_ATTRIBUTE *defaultAtts;3519 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()6515 DEFAULT_ATTRIBUTE *att; in defineAttribute()6529 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC( in defineAttribute()6530 parser, type->allocDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()6536 DEFAULT_ATTRIBUTE *temp; in defineAttribute()6550 if ((unsigned)count > (size_t)(-1) / sizeof(DEFAULT_ATTRIBUTE)) { in defineAttribute()6555 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute()6556 (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()[all …]