Searched refs:defaultAtts (Results 1 – 1 of 1) sorted by relevance
386 DEFAULT_ATTRIBUTE *defaultAtts;3473 if (attId == elementType->defaultAtts[j].id) { in storeAtts() 3474 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts() 3529 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts() 6531 if (attId == type->defaultAtts[i].id) in defineAttribute() 6539 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC( in defineAttribute() 6541 if (! type->defaultAtts) { in defineAttribute() 6565 temp = (DEFAULT_ATTRIBUTE *)REALLOC(parser, type->defaultAtts, in defineAttribute() 6570 type->defaultAtts = temp; in defineAttribute() 6573 att = type->defaultAtts 385 DEFAULT_ATTRIBUTE *defaultAtts; global() member [all...]