Lines Matching refs:isCdata
374 XML_Bool isCdata; member
520 XML_Bool isCdata, XML_Bool isId,
523 const ENCODING *enc, XML_Bool isCdata,
528 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
3591 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3598 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3606 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
6127 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
6135 result = appendAttributeValue(parser, enc, isCdata, next, end, pool, in storeAttributeValue()
6151 parser, parser->m_internalEncoding, isCdata, textStart, textEnd, in storeAttributeValue()
6196 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
6204 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() argument
6245 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue()
6272 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6791 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
6844 att->isCdata = isCdata; in defineAttribute()
6845 if (! isCdata) in defineAttribute()
7325 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()