Searched refs:attsMax (Results 1 – 2 of 2) sorted by relevance
| /lvgl-latest/src/libs/expat/ |
| D | xmltok.h | 182 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 264 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 265 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
| D | xmltok_impl.c | 1512 PREFIX(getAtts)(const ENCODING *enc, const char *ptr, int attsMax, in PREFIX() 1523 if (nAtts < attsMax) { \ in PREFIX() 1545 if (nAtts < attsMax) in PREFIX() 1551 if (nAtts < attsMax) in PREFIX() 1558 if (nAtts < attsMax) in PREFIX() 1564 if (nAtts < attsMax) in PREFIX() 1570 if (nAtts < attsMax) in PREFIX() 1576 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1589 else if (state == inValue && nAtts < attsMax) in PREFIX()
|