Searched defs:attId (Results 1 - 2 of 2) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c156 const struct attribute_id *attId; member in struct:binding
363 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2810 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, local
2813 if (!attId)
2827 if ((attId->name)[-1]) {
2832 (attId->name)[-1] = 1;
2833 appAtts[attIndex++] = attId->name;
2839 if (attId->maybeTokenized) {
2842 if (attId == elementType->defaultAtts[j].id) {
2867 if (attId
3102 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) argument
5409 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c148 const struct attribute_id *attId; member in struct:binding
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2774 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, local
2777 if (!attId)
2791 if ((attId->name)[-1]) {
2796 (attId->name)[-1] = 1;
2797 appAtts[attIndex++] = attId->name;
2803 if (attId->maybeTokenized) {
2806 if (attId == elementType->defaultAtts[j].id) {
2831 if (attId
3066 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) argument
5372 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]

Completed in 90 milliseconds