• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/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
2157 DTD * const dtd = _dtd;
2619 DTD * const dtd = _dtd; /* save one level of indirection */
3673 DTD * const dtd = _dtd;
3852 /* if we didn't read the foreign DTD then this means that there
3857 /* end of DTD - no need to update dtd->keepProcessing */
3870 last chance to read the foreign DTD
3895 /* if we didn't read the foreign DTD then this means that there
3900 /* end of DTD - no need to update dtd->keepProcessing */
4830 DTD * const dtd = _dtd; /* save one level of indirection */
4981 DTD * const dtd = _dtd; /* save one level of indirection */
5290 DTD * const dtd = _dtd; /* save one level of indirection */
5321 DTD * const dtd = _dtd; /* save one level of indirection */
5383 DTD * const dtd = _dtd; /* save one level of indirection */
5452 DTD * const dtd = _dtd; /* save one level of indirection */
5532 static DTD *
5535 DTD *p = (DTD *)ms->malloc_fcn(sizeof(DTD));
5566 dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms)
5608 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms)
5635 /* Do a deep copy of the DTD. Return 0 for out of memory, non-zero otherwise.
5636 The new DTD has already been initialized.
5639 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms)
6160 DTD * const dtd = _dtd; /* save one level of indirection */
6212 DTD * const dtd = _dtd; /* save one level of indirection */
6246 DTD * const dtd = _dtd; /* save one level of indirection */
6270 DTD * const dtd = _dtd; /* save one level of indirection */