Lines Matching refs:DEFAULT_ATTRIBUTE
245 } DEFAULT_ATTRIBUTE; typedef
259 DEFAULT_ATTRIBUTE *defaultAtts;
2851 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5359 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5373 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5374 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5379 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5381 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5382 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5822 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
5823 ms->malloc_fcn(oldE->nDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in dtdCopy()