Searched refs:isCdata (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/expat/lib/ |
| HD | xmlparse.c | 319 XML_Bool isCdata; member 429 static int defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *, XML_Bool isCdata, 433 XML_Bool isCdata, const char *, 436 XML_Bool isCdata, const char *, 3133 XML_Bool isCdata = XML_TRUE; in storeAtts() local 3140 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts() 3148 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts() 5277 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument 5280 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool); in storeAttributeValue() 5283 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue() [all …]
|