Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c148 const struct attribute_id *attId; member
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2774 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, in storeAtts() local
2777 if (!attId) in storeAtts()
2791 if ((attId->name)[-1]) { in storeAtts()
2796 (attId->name)[-1] = 1; in storeAtts()
2797 appAtts[attIndex++] = attId->name; in storeAtts()
2803 if (attId->maybeTokenized) { in storeAtts()
2806 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
2831 if (attId->prefix) { in storeAtts()
[all …]
/external/expat/lib/
Dxmlparse.c156 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()
[all …]