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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c619 #define _dtd (parser->m_dtd) macro
749 _dtd = dtd;
751 _dtd = dtdCreate(&parser->m_mem);
752 if (_dtd == NULL) {
915 dtdReset(_dtd, &parser->m_mem);
945 DTD *oldDtd = _dtd;
1044 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
1053 /* The DTD instance referenced by _dtd is shared between the document's
1057 _dtd with ones that get destroyed with the external PE parser.
1127 if (!isParamEntity && _dtd)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c591 #define _dtd (parser->m_dtd) macro
725 _dtd = dtd;
727 _dtd = dtdCreate(&parser->m_mem);
728 if (_dtd == NULL) {
877 dtdReset(_dtd, &parser->m_mem);
907 DTD *oldDtd = _dtd;
1006 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
1015 /* The DTD instance referenced by _dtd is shared between the document's
1019 _dtd with ones that get destroyed with the external PE parser.
1068 if (!isParamEntity && _dtd)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c619 #define _dtd (parser->m_dtd) macro
749 _dtd = dtd;
751 _dtd = dtdCreate(&parser->m_mem);
752 if (_dtd == NULL) {
915 dtdReset(_dtd, &parser->m_mem);
945 DTD *oldDtd = _dtd;
1044 if (!dtdCopy(_dtd, oldDtd, &parser->m_mem)
1053 /* The DTD instance referenced by _dtd is shared between the document's
1057 _dtd with ones that get destroyed with the external PE parser.
1127 if (!isParamEntity && _dtd)
[all...]

Completed in 166 milliseconds