Searched defs:isCdata (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
H A Dxmlparse.c241 XML_Bool isCdata; member in struct:__anon2584
356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
359 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
362 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2678 XML_Bool isCdata = XML_TRUE; local
2685 isCdata = elementType->defaultAtts[j].isCdata;
2692 result = storeAttributeValue(parser, enc, isCdata,
4800 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4804 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4816 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5234 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
H A Dxmlparse.c241 XML_Bool isCdata; member in struct:__anon3114
356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
359 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
362 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2678 XML_Bool isCdata = XML_TRUE; local
2685 isCdata = elementType->defaultAtts[j].isCdata;
2692 result = storeAttributeValue(parser, enc, isCdata,
4800 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4804 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4816 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5234 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
H A Dxmlparse.c243 XML_Bool isCdata; member in struct:__anon2782
358 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
361 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2786 XML_Bool isCdata = XML_TRUE; local
2793 isCdata = elementType->defaultAtts[j].isCdata;
2800 result = storeAttributeValue(parser, enc, isCdata,
4922 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, argument
4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, pt
4938 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, const char *ptr, const char *end, STRING_POOL *pool) argument
5356 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, XML_Bool isId, const XML_Char *value, XML_Parser parser) argument
[all...]

Completed in 56 milliseconds