Searched refs:m_declAttributeId (Results 1 – 3 of 3) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 615 ATTRIBUTE_ID *m_declAttributeId; member 1075 parser->m_declAttributeId = NULL; in parserInit() 4586 parser->m_declAttributeId = getAttributeId(parser, enc, s, next); in doProlog() 4587 if (!parser->m_declAttributeId) in doProlog() 4645 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4662 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog() 4683 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4699 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog()
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 615 ATTRIBUTE_ID *m_declAttributeId; member 1075 parser->m_declAttributeId = NULL; in parserInit() 4586 parser->m_declAttributeId = getAttributeId(parser, enc, s, next); in doProlog() 4587 if (!parser->m_declAttributeId) in doProlog() 4645 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4662 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog() 4683 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4699 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog()
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 615 ATTRIBUTE_ID *m_declAttributeId; member 1075 parser->m_declAttributeId = NULL; in parserInit() 4586 parser->m_declAttributeId = getAttributeId(parser, enc, s, next); in doProlog() 4587 if (!parser->m_declAttributeId) in doProlog() 4645 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4662 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog() 4683 if (!defineAttribute(parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4699 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog()
|