Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c250 XML_Bool isCdata; member
365 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
368 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
2835 XML_Bool isCdata = XML_TRUE; in storeAtts() local
2842 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
2849 result = storeAttributeValue(parser, enc, isCdata, in storeAtts()
4981 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5018 if (!isCdata in appendAttributeValue()
5444 att->isCdata = isCdata; in defineAttribute()
5445 if (!isCdata) in defineAttribute()
[all …]