Searched refs:attsMax (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/expat/ |
D | xmltok.h | 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 262 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1503 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in PREFIX() 1514 if (nAtts < attsMax) { \ in PREFIX() 1536 if (nAtts < attsMax) in PREFIX() 1542 if (nAtts < attsMax) in PREFIX() 1549 if (nAtts < attsMax) in PREFIX() 1555 if (nAtts < attsMax) in PREFIX() 1561 if (nAtts < attsMax) in PREFIX() 1567 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1580 else if (state == inValue && nAtts < attsMax) in PREFIX()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.h | 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 262 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1503 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in PREFIX() 1514 if (nAtts < attsMax) { \ in PREFIX() 1536 if (nAtts < attsMax) in PREFIX() 1542 if (nAtts < attsMax) in PREFIX() 1549 if (nAtts < attsMax) in PREFIX() 1555 if (nAtts < attsMax) in PREFIX() 1561 if (nAtts < attsMax) in PREFIX() 1567 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1580 else if (state == inValue && nAtts < attsMax) in PREFIX()
|