Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c87 typedef struct _xmlRelaxNGDocument xmlRelaxNGDocument; typedef
88 typedef xmlRelaxNGDocument *xmlRelaxNGDocumentPtr;
1980 ret = (xmlRelaxNGDocumentPtr) xmlMalloc(sizeof(xmlRelaxNGDocument)); in xmlRelaxNGLoadExternalRef()
1987 memset(ret, 0, sizeof(xmlRelaxNGDocument)); in xmlRelaxNGLoadExternalRef()