Lines Matching refs:DEFAULT_ATTRIBUTE
253 } DEFAULT_ATTRIBUTE; typedef
267 DEFAULT_ATTRIBUTE *defaultAtts;
2901 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()
5412 DEFAULT_ATTRIBUTE *att; in defineAttribute()
5426 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()
5427 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()
5432 DEFAULT_ATTRIBUTE *temp; in defineAttribute()
5434 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()
5435 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()
5877 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()
5878 ms->malloc_fcn(oldE->nDefaultAtts * sizeof(DEFAULT_ATTRIBUTE)); in dtdCopy()