Searched refs:attId (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 259 const struct attribute_id *attId; member 490 const ATTRIBUTE_ID *attId, const XML_Char *uri, 3397 ATTRIBUTE_ID *attId in storeAtts() local 3400 if (! attId) in storeAtts() 3416 if ((attId->name)[-1]) { in storeAtts() 3421 (attId->name)[-1] = 1; in storeAtts() 3422 appAtts[attIndex++] = attId->name; in storeAtts() 3428 if (attId->maybeTokenized) { in storeAtts() 3431 if (attId == elementType->defaultAtts[j].id) { in storeAtts() 3456 if (attId in storeAtts() 3765 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) addBinding() argument 6351 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) defineAttribute() argument [all...] |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 252 const struct attribute_id *attId; member 483 const ATTRIBUTE_ID *attId, const XML_Char *uri, 3354 ATTRIBUTE_ID *attId in storeAtts() local 3357 if (! attId) in storeAtts() 3373 if ((attId->name)[-1]) { in storeAtts() 3378 (attId->name)[-1] = 1; in storeAtts() 3379 appAtts[attIndex++] = attId->name; in storeAtts() 3385 if (attId->maybeTokenized) { in storeAtts() 3388 if (attId == elementType->defaultAtts[j].id) { in storeAtts() 3413 if (attId in storeAtts() 3833 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) addBinding() argument 6383 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) defineAttribute() argument [all...] |
Completed in 18 milliseconds