Searched refs:xmlDtd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h361 * xmlDtd:
366 typedef struct _xmlDtd xmlDtd; typedef in typeref:struct:_xmlDtd
367 typedef xmlDtd *xmlDtdPtr;
/external/libxml2/include/libxml/
H A Dtree.h360 * xmlDtd:
365 typedef struct _xmlDtd xmlDtd; typedef in typeref:struct:_xmlDtd
366 typedef xmlDtd *xmlDtdPtr;
/external/chromium_org/third_party/libxml/src/
H A Dtree.c864 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
869 memset(cur, 0 , sizeof(xmlDtd));
938 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
943 memset(cur, 0, sizeof(xmlDtd));
/external/libxml2/
H A Dtree.c875 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
880 memset(cur, 0 , sizeof(xmlDtd));
949 cur = (xmlDtdPtr) xmlMalloc(sizeof(xmlDtd));
954 memset(cur, 0, sizeof(xmlDtd));

Completed in 68 milliseconds