Searched refs:m_declAttributeId (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 584 ATTRIBUTE_ID *m_declAttributeId; member 1024 parser->m_declAttributeId = NULL; in parserInit() 4376 parser->m_declAttributeId = getAttributeId(parser, enc, s, next); in doProlog() 4377 if (! parser->m_declAttributeId) in doProlog() 4434 parser->m_declAttributeId, in doProlog() 4452 parser->m_declAttributeId->name, parser->m_declAttributeType, 0, in doProlog() 4472 parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4489 parser->m_declAttributeId->name, parser->m_declAttributeType, in doProlog()
|
/external/expat/lib/ |
D | xmlparse.c | 585 ATTRIBUTE_ID *m_declAttributeId; member 1034 parser->m_declAttributeId = NULL; in parserInit() 4397 parser->m_declAttributeId = getAttributeId(parser, enc, s, next); in doProlog() 4398 if (! parser->m_declAttributeId) in doProlog() 4455 parser->m_declAttributeId, in doProlog() 4473 parser->m_declAttributeId->name, parser->m_declAttributeType, 0, in doProlog() 4493 parser->m_declElementType, parser->m_declAttributeId, in doProlog() 4510 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()
|