xmlDtd            366 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlDtd xmlDtd;
xmlDtd            367 third_party/libxml/src/include/libxml/tree.h typedef xmlDtd *xmlDtdPtr;
xmlDtd            864 third_party/libxml/src/tree.c     cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
xmlDtd            869 third_party/libxml/src/tree.c     memset(cur, 0 , sizeof(xmlDtd));
xmlDtd            938 third_party/libxml/src/tree.c     cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
xmlDtd            943 third_party/libxml/src/tree.c     memset(cur, 0, sizeof(xmlDtd));