Home
last modified time | relevance | path

Searched refs:declAttributeIsCdata (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/expat/
Dxmlparse.c641 #define declAttributeIsCdata (parser->m_declAttributeIsCdata) macro
886 declAttributeIsCdata = XML_FALSE; in parserInit()
4042 declAttributeIsCdata = XML_FALSE; in doProlog()
4047 declAttributeIsCdata = XML_TRUE; in doProlog()
4099 declAttributeIsCdata, declAttributeIsId, in doProlog()
4127 storeAttributeValue(parser, enc, declAttributeIsCdata, in doProlog()
4137 declAttributeIsCdata, XML_FALSE, attVal, parser)) in doProlog()
/external/expat/lib/
Dxmlparse.c649 #define declAttributeIsCdata (parser->m_declAttributeIsCdata) macro
921 declAttributeIsCdata = XML_FALSE; in parserInit()
4078 declAttributeIsCdata = XML_FALSE; in doProlog()
4083 declAttributeIsCdata = XML_TRUE; in doProlog()
4135 declAttributeIsCdata, declAttributeIsId, in doProlog()
4163 storeAttributeValue(parser, enc, declAttributeIsCdata, in doProlog()
4173 declAttributeIsCdata, XML_FALSE, attVal, parser)) in doProlog()