Lines Matching defs:isCdata
370 XML_Bool isCdata;
509 XML_Bool isCdata, XML_Bool isId,
512 const ENCODING *enc, XML_Bool isCdata,
518 XML_Bool isCdata, const char *ptr,
3467 XML_Bool isCdata = XML_TRUE;
3474 isCdata = elementType->defaultAtts[j].isCdata;
3482 parser, enc, isCdata, parser->m_atts[i].valuePtr,
5982 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
5986 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account);
5989 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20)
5997 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata,
6035 if (! isCdata && n == 0x20 /* space */
6062 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20))
6163 isCdata, (const char *)entity->textPtr,
6523 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata,
6576 att->isCdata = isCdata;
6577 if (! isCdata)
7057 newE->defaultAtts[i].isCdata = oldE->defaultAtts[i].isCdata;