xmlCatalog 411 third_party/libxml/src/catalog.c ret = (xmlCatalogPtr) xmlMalloc(sizeof(xmlCatalog)); xmlCatalog 416 third_party/libxml/src/catalog.c memset(ret, 0, sizeof(xmlCatalog)); xmlCatalog 63 third_party/libxml/src/include/libxml/catalog.h typedef struct _xmlCatalog xmlCatalog; xmlCatalog 64 third_party/libxml/src/include/libxml/catalog.h typedef xmlCatalog *xmlCatalogPtr;