Home
last modified time | relevance | path

Searched refs:isCdata (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c243 XML_Bool isCdata; member
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,
2800 XML_Bool isCdata = XML_TRUE; in storeAtts() local
2807 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
2814 result = storeAttributeValue(parser, enc, isCdata, in storeAtts()
4938 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
4942 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue()
4946 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
[all …]
/external/expat/lib/
Dxmlparse.c251 XML_Bool isCdata; member
366 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
369 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
372 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2836 XML_Bool isCdata = XML_TRUE; in storeAtts() local
2843 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
2850 result = storeAttributeValue(parser, enc, isCdata, in storeAtts()
4974 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
4978 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue()
4982 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
[all …]