Searched defs:isCdata (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 326 XML_Bool isCdata; member 3266 XML_Bool isCdata = XML_TRUE; in storeAtts() local 5517 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() 5533 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() 6014 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
|
/aosp_15_r20/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 347 XML_Bool isCdata; member 3382 XML_Bool isCdata = XML_TRUE; in storeAtts() local 5868 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() 5883 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() 6383 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
|
/aosp_15_r20/external/expat/expat/lib/ |
H A D | xmlparse.c | 369 XML_Bool isCdata; member 3457 XML_Bool isCdata = XML_TRUE; in storeAtts() local 5972 storeAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in storeAttributeValue() 5987 appendAttributeValue(XML_Parser parser, const ENCODING *enc, XML_Bool isCdata, in appendAttributeValue() 6513 defineAttribute(ELEMENT_TYPE *type, ATTRIBUTE_ID *attId, XML_Bool isCdata, in defineAttribute()
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/ |
H A D | poc.cpp | 96 XML_Bool isCdata; member
|