Searched refs:isCdata (Results 1 – 1 of 1) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 243 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, 2786 XML_Bool isCdata = XML_TRUE; in storeAtts() local 2793 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts() 2800 result = storeAttributeValue(parser, enc, isCdata, in storeAtts() 4922 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument 4926 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue() 4930 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue() [all …]
|