Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/expat/
Dxmlparse.c326 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/
Dxmlparse.c347 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 Dxmlparse.c369 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 Dpoc.cpp96 XML_Bool isCdata; member