Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c346 XML_Bool isCdata; member
488 XML_Bool isCdata, const char *,
492 XML_Bool isCdata, const char *,
3373 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3380 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3388 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5853 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5899 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue()
6414 att->isCdata = isCdata; in defineAttribute()
6415 if (! isCdata) in defineAttribute()
[all …]