Home
last modified time | relevance | path

Searched refs:idAtt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c382 const ATTRIBUTE_ID *idAtt; member
3508 if (elementType->idAtt && (elementType->idAtt->name)[-1]) { in storeAtts()
3510 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
6523 if (isId && ! type->idAtt && ! attId->xmlns) in defineAttribute()
6524 type->idAtt = attId; in defineAttribute()
7037 if (oldE->idAtt) in dtdCopy()
7038 newE->idAtt = (ATTRIBUTE_ID *)lookup(oldParser, &(newDtd->attributeIds), in dtdCopy()
7039 oldE->idAtt->name, 0); in dtdCopy()