Searched refs:m_dtd (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c615 DTD *m_dtd; member in struct:XML_ParserStruct
978 parser->m_dtd = dtd;
980 parser->m_dtd = dtdCreate(&parser->m_mem);
981 if (parser->m_dtd == NULL) {
1156 dtdReset(parser->m_dtd, &parser->m_mem);
1238 oldDtd = parser->m_dtd;
1336 if (!dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem)
1345 /* The DTD instance referenced by parser->m_dtd is shared between the document's
1349 parser->m_dtd with ones that get destroyed with the external PE parser.
1418 parser->m_dtd wit
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c530 DTD *m_dtd; member in struct:XML_ParserStruct
630 #define _dtd (parser->m_dtd)
1173 parser->m_dtd with the root parser, so we must not destroy it
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c530 DTD *m_dtd; member in struct:XML_ParserStruct
630 #define _dtd (parser->m_dtd)
1173 parser->m_dtd with the root parser, so we must not destroy it

Completed in 212 milliseconds