Home
last modified time | relevance | path

Searched refs:xmlRelaxNGDocument (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c86 typedef struct _xmlRelaxNGDocument xmlRelaxNGDocument; typedef
87 typedef xmlRelaxNGDocument *xmlRelaxNGDocumentPtr;
1965 ret = (xmlRelaxNGDocumentPtr) xmlMalloc(sizeof(xmlRelaxNGDocument)); in xmlRelaxNGLoadExternalRef()
1972 memset(ret, 0, sizeof(xmlRelaxNGDocument)); in xmlRelaxNGLoadExternalRef()