Home | History | Annotate | Download | only in lib

Lines Matching refs:_dtd

630 #define _dtd (parser->m_dtd)
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)
1177 if (_dtd)
1179 dtdDestroy(_dtd, (XML_Bool)!parentParser, &parser->m_mem);
1236 p = poolCopyString(&_dtd->pool, p);
2240 DTD * const dtd = _dtd;
2702 DTD * const dtd = _dtd; /* save one level of indirection */
3150 if (*uri == XML_T('\0') && prefix == &_dtd->defaultPrefix)
3447 _dtd->standalone = XML_TRUE;
3573 _dtd->paramEntityRead = XML_TRUE;
3777 DTD * const dtd = _dtd;
4942 DTD * const dtd = _dtd; /* save one level of indirection */
5093 DTD * const dtd = _dtd; /* save one level of indirection */
5402 DTD * const dtd = _dtd; /* save one level of indirection */
5433 DTD * const dtd = _dtd; /* save one level of indirection */
5495 DTD * const dtd = _dtd; /* save one level of indirection */
5564 DTD * const dtd = _dtd; /* save one level of indirection */
6276 DTD * const dtd = _dtd; /* save one level of indirection */
6328 DTD * const dtd = _dtd; /* save one level of indirection */
6362 DTD * const dtd = _dtd
6386 DTD * const dtd = _dtd; /* save one level of indirection */