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

/external/python/cpython2/Modules/expat/
H A Dxmlparse.c630 #define _dtd (parser->m_dtd) macro
786 _dtd = dtd;
788 _dtd = dtdCreate(&parser->m_mem);
789 if (_dtd == NULL) {
956 dtdReset(_dtd, &parser->m_mem);
986 DTD *oldDtd = _dtd;
1092 if (!dtdCopy(oldParser, _dtd, oldDtd, &parser->m_mem)
1101 /* The DTD instance referenced by _dtd is shared between the document's
1105 _dtd with ones that get destroyed with the external PE parser.
1175 if (!isParamEntity && _dtd)
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c630 #define _dtd (parser->m_dtd) macro
786 _dtd = dtd;
788 _dtd = dtdCreate(&parser->m_mem);
789 if (_dtd == NULL) {
956 dtdReset(_dtd, &parser->m_mem);
986 DTD *oldDtd = _dtd;
1092 if (!dtdCopy(oldParser, _dtd, oldDtd, &parser->m_mem)
1101 /* The DTD instance referenced by _dtd is shared between the document's
1105 _dtd with ones that get destroyed with the external PE parser.
1175 if (!isParamEntity && _dtd)
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 157 milliseconds