Searched refs:isCdata (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/expat/lib/ |
| H A D | xmlparse.c | 374 XML_Bool isCdata; member 520 XML_Bool isCdata, XML_Bool isId, 3591 XML_Bool isCdata = XML_TRUE; in storeAtts() local 3598 isCdata = elementType->defaultAtts[j].isCdata; in storeAtts() 3606 parser, enc, isCdata, parser->m_atts[i].valuePtr, in storeAtts() 6135 result = appendAttributeValue(parser, enc, isCdata, next, end, pool, in storeAttributeValue() 6196 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue() 6245 if (! isCdata && n == 0x20 /* space */ in appendAttributeValue() 6844 att->isCdata = isCdata; in defineAttribute() 6845 if (! isCdata) in defineAttribute() [all …]
|