Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c345 XML_Bool isCdata; member
483 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata,
487 XML_Bool isCdata, const char *,
491 XML_Bool isCdata, const char *,
3371 XML_Bool isCdata = XML_TRUE; in storeAtts() local
3378 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts()
3386 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts()
5719 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument
5723 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue()
5726 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
[all …]