Lines Matching refs:isCdata
346 XML_Bool isCdata; member
484 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
488 XML_Bool isCdata, const char *,
492 XML_Bool isCdata, const char *,
3373 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3380 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3388 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5846 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
5850 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue()
5853 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5861 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() argument
5899 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue()
5926 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6027 isCdata, (const char *)entity->textPtr, in appendAttributeValue()
6361 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
6414 att->isCdata = isCdata; in defineAttribute()
6415 if (! isCdata) in defineAttribute()
6881 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()