Searched defs:m_declAttributeIsId (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c614 XML_Bool m_declAttributeIsId; member in struct:XML_ParserStruct
1081 parser->m_declAttributeIsId = XML_FALSE;
4568 parser->m_declAttributeIsId = XML_FALSE;
4575 parser->m_declAttributeIsId = XML_TRUE;
4623 parser->m_declAttributeIsCdata, parser->m_declAttributeIsId,
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c529 XML_Bool m_declAttributeIsId; member in struct:XML_ParserStruct
642 #define declAttributeIsId (parser->m_declAttributeIsId)
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c529 XML_Bool m_declAttributeIsId; member in struct:XML_ParserStruct
642 #define declAttributeIsId (parser->m_declAttributeIsId)

Completed in 179 milliseconds