• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/

Lines Matching defs:DTD

270 } DTD;
366 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms);
368 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
370 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
372 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
414 DTD *dtd);
500 DTD *m_dtd;
678 DTD *dtd)
906 DTD *newDtd = NULL;
907 DTD *oldDtd = _dtd;
1015 /* The DTD instance referenced by _dtd is shared between the document's
1065 /* external parameter entity parsers share the DTD structure
1909 DTD * const dtd = _dtd; /* save one level of indirection */
2361 DTD * const dtd = _dtd; /* save one level of indirection */
3231 DTD * const dtd = _dtd; /* save one level of indirection */
3396 /* end of DTD - no need to update dtd->keepProcessing */
3409 last chance to read the foreign DTD
3432 /* end of DTD - no need to update dtd->keepProcessing */
4255 DTD * const dtd = _dtd; /* save one level of indirection */
4404 DTD * const dtd = _dtd; /* save one level of indirection */
4713 DTD * const dtd = _dtd; /* save one level of indirection */
4744 DTD * const dtd = _dtd; /* save one level of indirection */
4804 DTD * const dtd = _dtd; /* save one level of indirection */
4873 DTD * const dtd = _dtd; /* save one level of indirection */
4953 static DTD *
4956 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD));
4989 dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms)
5035 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
5066 /* Do a deep copy of the DTD. Return 0 for out of memory, non-zero otherwise.
5067 The new DTD has already been initialized.
5070 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms)
5584 DTD * const dtd = _dtd; /* save one level of indirection */
5636 DTD * const dtd = _dtd; /* save one level of indirection */
5670 DTD * const dtd = _dtd; /* save one level of indirection */
5694 DTD * const dtd = _dtd; /* save one level of indirection */