Lines Matching defs:DTD

393 } DTD;
514 static DTD *dtdCreate(const XML_Memory_Handling_Suite *ms);
516 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
517 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
519 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
561 const XML_Char *nameSep, DTD *dtd);
676 DTD *m_dtd;
975 DTD *dtd) {
1074 // destroying parser->m_dtd because the DTD is shared with the parent
1262 DTD *newDtd = NULL;
1263 DTD *oldDtd;
1411 /* The DTD instance referenced by parser->m_dtd is shared between the
1481 /* external parameter entity parsers share the DTD structure
2458 "limit on input amplification factor (from DTD and entities) breached");
2752 DTD *const dtd = parser->m_dtd;
3253 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
4507 "<!"). In a DTD context, that isn't legal.
4647 DTD *const dtd = parser->m_dtd;
4852 /* if we didn't read the foreign DTD then this means that there
4857 /* end of DTD - no need to update dtd->keepProcessing */
4870 last chance to read the foreign DTD
4892 /* if we didn't read the foreign DTD then this means that there
4897 /* end of DTD - no need to update dtd->keepProcessing */
5396 * If 'standalone' is false, the DTD must have no
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 */
6712 static DTD *
6714 DTD *p = ms->malloc_fcn(sizeof(DTD));
6745 dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms) {
6786 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) {
6812 /* Do a deep copy of the DTD. Return 0 for out of memory, non-zero otherwise.
6813 The new DTD has already been initialized.
6816 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
7424 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7489 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7613 DTD *const dtd = parser->m_dtd; /* save one level of indirection */