Lines Matching refs:attId
156 const struct attribute_id *attId; member
363 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2810 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, in storeAtts() local
2813 if (!attId) in storeAtts()
2827 if ((attId->name)[-1]) { in storeAtts()
2832 (attId->name)[-1] = 1; in storeAtts()
2833 appAtts[attIndex++] = attId->name; in storeAtts()
2839 if (attId->maybeTokenized) { in storeAtts()
2842 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
2867 if (attId->prefix) { in storeAtts()
2868 if (attId->xmlns) { in storeAtts()
2870 enum XML_Error result = addBinding(parser, attId->prefix, attId, in storeAtts()
2880 (attId->name)[-1] = 2; in storeAtts()
3040 binding->attId->name[-1] = 0; in storeAtts()
3102 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding() argument
3199 b->attId = attId; in addBinding()
3209 if (attId && startNamespaceDeclHandler) in addBinding()
5409 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
5418 if (attId == type->defaultAtts[i].id) in defineAttribute()
5420 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5421 type->idAtt = attId; in defineAttribute()
5443 att->id = attId; in defineAttribute()
5447 attId->maybeTokenized = XML_TRUE; in defineAttribute()