Lines Matching defs:m_dtd
676 DTD *m_dtd;
1033 parser->m_dtd = dtd;
1035 parser->m_dtd = dtdCreate(&parser->m_mem);
1036 if (parser->m_dtd == NULL) {
1074 // destroying parser->m_dtd because the DTD is shared with the parent
1076 // parser->m_dtd is parser->m_isParamEntity but it will be set to
1078 parser->m_dtd = NULL;
1227 dtdReset(parser->m_dtd, &parser->m_mem);
1307 oldDtd = parser->m_dtd;
1403 if (! dtdCopy(oldParser, parser->m_dtd, oldDtd, &parser->m_mem)
1411 /* The DTD instance referenced by parser->m_dtd is shared between the
1415 pointers in parser->m_dtd with ones that get destroyed with the external
1482 parser->m_dtd with the root parser, so we must not destroy it
1484 if (! parser->m_isParamEntity && parser->m_dtd)
1486 if (parser->m_dtd)
1488 dtdDestroy(parser->m_dtd, (XML_Bool)! parser->m_parentParser,
1553 p = poolCopyString(&parser->m_dtd->pool, p);
2752 DTD *const dtd = parser->m_dtd;
3253 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
3983 if (*uri == XML_T('\0') && prefix == &parser->m_dtd->defaultPrefix)
4304 parser->m_dtd->standalone = XML_TRUE;
4423 parser->m_dtd->paramEntityRead = XML_TRUE;
4647 DTD *const dtd = parser->m_dtd;
5886 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6086 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6445 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6475 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6537 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6633 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7424 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7485 /* Function build_model transforms the existing parser->m_dtd->scaffold
7489 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7613 DTD *const dtd = parser->m_dtd; /* save one level of indirection */