• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/

Lines Matching defs:DTD

287 } DTD;
388 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms);
390 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
392 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
394 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
436 DTD *dtd);
523 DTD *m_dtd;
702 DTD *dtd)
944 DTD *newDtd = NULL;
945 DTD *oldDtd = _dtd;
1053 /* The DTD instance referenced by _dtd is shared between the document's
1124 /* external parameter entity parsers share the DTD structure
2158 DTD * const dtd = _dtd;
2620 DTD * const dtd = _dtd; /* save one level of indirection */
3674 DTD * const dtd = _dtd;
3853 /* if we didn't read the foreign DTD then this means that there
3858 /* end of DTD - no need to update dtd->keepProcessing */
3871 last chance to read the foreign DTD
3896 /* if we didn't read the foreign DTD then this means that there
3901 /* end of DTD - no need to update dtd->keepProcessing */
4831 DTD * const dtd = _dtd; /* save one level of indirection */
4982 DTD * const dtd = _dtd; /* save one level of indirection */
5291 DTD * const dtd = _dtd; /* save one level of indirection */
5322 DTD * const dtd = _dtd; /* save one level of indirection */
5384 DTD * const dtd = _dtd; /* save one level of indirection */
5453 DTD * const dtd = _dtd; /* save one level of indirection */
5533 static DTD *
5536 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD));
5567 dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms)
5609 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
5636 /* Do a deep copy of the DTD. Return 0 for out of memory, non-zero otherwise.
5637 The new DTD has already been initialized.
5640 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms)
6161 DTD * const dtd = _dtd; /* save one level of indirection */
6213 DTD * const dtd = _dtd; /* save one level of indirection */
6247 DTD * const dtd = _dtd; /* save one level of indirection */
6271 DTD * const dtd = _dtd; /* save one level of indirection */