Searched refs:isCdata (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/expat/ |
D | xmlparse.c | 372 XML_Bool isCdata; member 511 XML_Bool isCdata, XML_Bool isId, 514 const ENCODING *enc, XML_Bool isCdata, 520 XML_Bool isCdata, const char *ptr, 3460 XML_Bool isCdata = XML_TRUE; in storeAtts() local 3467 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts() 3475 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts() 5975 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() argument 5979 = appendAttributeValue(parser, enc, isCdata, ptr, end, pool, account); in storeAttributeValue() 5982 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue() [all …]
|