Home
last modified time | relevance | path

Searched refs:isCdata (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c369 XML_Bool isCdata; member
508 XML_Bool isCdata, XML_Bool isId,
511 const ENCODING *enc, XML_Bool isCdata,
517 XML_Bool isCdata, const char *ptr,
3457 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3464 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3472 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5972 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
5976 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue()
5979 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
[all …]