Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c223 const struct attribute_id *attId; member
426 const ATTRIBUTE_ID *attId, const XML_Char *uri,
3124 ATTRIBUTE_ID *attId in storeAtts() local
3127 if (! attId) in storeAtts()
3143 if ((attId->name)[-1]) { in storeAtts()
3148 (attId->name)[-1] = 1; in storeAtts()
3149 appAtts[attIndex++] = attId->name; in storeAtts()
3155 if (attId->maybeTokenized) { in storeAtts()
3158 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
3183 if (attId->prefix) { in storeAtts()
[all …]
/external/python/cpython3/Modules/expat/
Dxmlparse.c222 const struct attribute_id *attId; member
425 const ATTRIBUTE_ID *attId, const XML_Char *uri,
3103 ATTRIBUTE_ID *attId in storeAtts() local
3106 if (! attId) in storeAtts()
3122 if ((attId->name)[-1]) { in storeAtts()
3127 (attId->name)[-1] = 1; in storeAtts()
3128 appAtts[attIndex++] = attId->name; in storeAtts()
3134 if (attId->maybeTokenized) { in storeAtts()
3137 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
3162 if (attId->prefix) { in storeAtts()
[all …]
/external/python/cpython2/Modules/expat/
Dxmlparse.c231 const struct attribute_id *attId; member
440 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
3240 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, in storeAtts() local
3243 if (!attId) in storeAtts()
3257 if ((attId->name)[-1]) { in storeAtts()
3262 (attId->name)[-1] = 1; in storeAtts()
3263 appAtts[attIndex++] = attId->name; in storeAtts()
3269 if (attId->maybeTokenized) { in storeAtts()
3272 if (attId == elementType->defaultAtts[j].id) { in storeAtts()
3297 if (attId->prefix) { in storeAtts()
[all …]