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