Searched refs:xmlCatalog (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dcatalog.h63 typedef struct _xmlCatalog xmlCatalog; typedef in typeref:struct:_xmlCatalog
64 typedef xmlCatalog *xmlCatalogPtr;
/external/libxml2/
H A Dcatalog.c411 ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog));
416 memset(ret, 0, sizeof(xmlCatalog));

Completed in 111 milliseconds