Searched refs:DEFAULT_ATTRIBUTE (Results 1 – 1 of 1) sorted by relevance
239 } DEFAULT_ATTRIBUTE; typedef253 DEFAULT_ATTRIBUTE *defaultAtts;2735 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()5224 DEFAULT_ATTRIBUTE *att; in defineAttribute()5238 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()5239 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()5244 DEFAULT_ATTRIBUTE *temp; in defineAttribute()5246 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()5247 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()5687 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()[all …]