Lines Matching refs:isCdata
345 XML_Bool isCdata; member
483 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
487 XML_Bool isCdata, const char *,
491 XML_Bool isCdata, const char *,
3371 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3378 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3386 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5719 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
5723 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue()
5726 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5734 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() argument
5772 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue()
5799 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5900 isCdata, (const char *)entity->textPtr, in appendAttributeValue()
6234 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
6287 att->isCdata = isCdata; in defineAttribute()
6288 if (! isCdata) in defineAttribute()
6754 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()