Lines Matching defs:DTD

416 } DTD;
543 static DTD *dtdCreate(const XML_Memory_Handling_Suite *ms);
545 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
546 static void dtdDestroy(DTD *p, XML_Bool isDocEntity,
548 static int dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
591 const XML_Char *nameSep, DTD *dtd);
725 DTD *m_dtd;
1067 DTD *dtd) {
1166 // destroying parser->m_dtd because the DTD is shared with the parent
1357 DTD *newDtd = NULL;
1358 DTD *oldDtd;
1509 /* The DTD instance referenced by parser->m_dtd is shared between the
1579 /* external parameter entity parsers share the DTD structure
2528 "limit on input amplification factor (from DTD and entities) breached");
2837 DTD *const dtd = parser->m_dtd;
3338 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
4592 "<!"). In a DTD context, that isn't legal.
4732 DTD *const dtd = parser->m_dtd;
4939 /* if we didn't read the foreign DTD then this means that there
4944 /* end of DTD - no need to update dtd->keepProcessing */
4957 last chance to read the foreign DTD
4979 /* if we didn't read the foreign DTD then this means that there
4984 /* end of DTD - no need to update dtd->keepProcessing */
5515 * If 'standalone' is false, the DTD must have no
6000 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6201 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6585 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6615 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6677 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6777 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
6856 static DTD *
6858 DTD *p = ms->malloc_fcn(sizeof(DTD));
6889 dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms) {
6930 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms) {
6956 /* Do a deep copy of the DTD. Return 0 for out of memory, non-zero otherwise.
6957 The new DTD has already been initialized.
6960 dtdCopy(XML_Parser oldParser, DTD *newDtd, const DTD *oldDtd,
7578 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7652 DTD *const dtd = parser->m_dtd; /* save one level of indirection */
7776 DTD *const dtd = parser->m_dtd; /* save one level of indirection */