Lines Matching refs:DEFAULT_ATTRIBUTE
245 } DEFAULT_ATTRIBUTE; typedef
259 DEFAULT_ATTRIBUTE *defaultAtts;
2862 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5373 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5387 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5388 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5393 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5395 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5396 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5838 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
5839 ms->malloc_fcn(oldE->nDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in dtdCopy()