xmlRelaxNGDocument 85 third_party/libxml/src/relaxng.c typedef struct _xmlRelaxNGDocument xmlRelaxNGDocument; xmlRelaxNGDocument 86 third_party/libxml/src/relaxng.c typedef xmlRelaxNGDocument *xmlRelaxNGDocumentPtr; xmlRelaxNGDocument 1964 third_party/libxml/src/relaxng.c ret = (xmlRelaxNGDocumentPtr) xmlMalloc(sizeof(xmlRelaxNGDocument)); xmlRelaxNGDocument 1971 third_party/libxml/src/relaxng.c memset(ret, 0, sizeof(xmlRelaxNGDocument));