Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c237 XML_Bool isCdata; member
352 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
355 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
358 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2670 XML_Bool isCdata = XML_TRUE; in storeAtts() local
2677 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
2684 result = storeAttributeValue(parser, enc, isCdata, in storeAtts()
4787 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
4791 enum XML_Error result = appendAttributeValue(parser, enc, isCdata, ptr, in storeAttributeValue()
4795 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
[all …]