Lines Matching refs:isCdata
372 XML_Bool isCdata; member
511 XML_Bool isCdata, XML_Bool isId,
514 const ENCODING *enc, XML_Bool isCdata,
520 XML_Bool isCdata, const char *ptr,
3460 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3467 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3475 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5975 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
5979 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue()
5982 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5990 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() argument
6028 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue()
6055 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6156 isCdata, (const char *)entity->textPtr, in appendAttributeValue()
6516 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute() argument
6569 att->isCdata = isCdata; in defineAttribute()
6570 if (! isCdata) in defineAttribute()
7050 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata; in dtdCopy()