Searched refs:attsMax (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok.h | 147 int attsMax, 240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 241 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1432 int attsMax, ATTRIBUTE *atts) in PREFIX() 1443 if (nAtts < attsMax) { \ in PREFIX() 1461 if (nAtts < attsMax) in PREFIX() 1468 if (nAtts < attsMax) in PREFIX() 1475 if (nAtts < attsMax) in PREFIX() 1482 if (nAtts < attsMax) in PREFIX() 1488 if (nAtts < attsMax) in PREFIX() 1495 && nAtts < attsMax in PREFIX() 1508 else if (state == inValue && nAtts < attsMax) in PREFIX()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok.h | 147 int attsMax, 240 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 241 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1429 int attsMax, ATTRIBUTE *atts) in PREFIX() 1440 if (nAtts < attsMax) { \ in PREFIX() 1458 if (nAtts < attsMax) in PREFIX() 1465 if (nAtts < attsMax) in PREFIX() 1472 if (nAtts < attsMax) in PREFIX() 1479 if (nAtts < attsMax) in PREFIX() 1485 if (nAtts < attsMax) in PREFIX() 1492 && nAtts < attsMax in PREFIX() 1505 else if (state == inValue && nAtts < attsMax) in PREFIX()
|