Home
last modified time | relevance | path

Searched refs:ATTRIBUTE (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok.h123 } ATTRIBUTE; typedef
148 ATTRIBUTE *atts);
Dxmlparse.c539 ATTRIBUTE *m_atts;
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE)); in parserCreate()
2734 ATTRIBUTE *temp; in storeAtts()
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts()
2755 ATTRIBUTE *currAtt = &atts[i]; in storeAtts()
Dxmltok_impl.c1432 int attsMax, ATTRIBUTE *atts) in PREFIX()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok.h123 } ATTRIBUTE; typedef
148 ATTRIBUTE *atts);
Dxmlparse.c532 ATTRIBUTE *m_atts;
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE)); in parserCreate()
2647 ATTRIBUTE *temp; in storeAtts()
2649 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts()
Dxmltok_impl.c1429 int attsMax, ATTRIBUTE *atts) in PREFIX()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c532 ATTRIBUTE *m_atts;
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE)); in parserCreate()
2647 ATTRIBUTE *temp; in storeAtts()
2649 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE)); in storeAtts()