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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c148 const struct attribute_id *attId; member in struct:binding
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2760 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, local
2763 if (!attId)
2777 if ((attId->name)[-1]) {
2782 (attId->name)[-1] = 1;
2783 appAtts[attIndex++] = attId->name;
2789 if (attId->maybeTokenized) {
2792 if (attId == elementType->defaultAtts[j].id) {
2817 if (attId
3050 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) argument
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/external/expat/lib/
H A Dxmlparse.c148 const struct attribute_id *attId; member in struct:binding
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2760 ATTRIBUTE_ID *attId = getAttributeId(parser, enc, currAtt->name, local
2763 if (!attId)
2777 if ((attId->name)[-1]) {
2782 (attId->name)[-1] = 1;
2783 appAtts[attIndex++] = attId->name;
2789 if (attId->maybeTokenized) {
2792 if (attId == elementType->defaultAtts[j].id) {
2817 if (attId
3050 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) argument
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]

Completed in 62 milliseconds