Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c89 typedef struct _xmlRelaxNGInclude xmlRelaxNGInclude; typedef
90 typedef xmlRelaxNGInclude *xmlRelaxNGIncludePtr;
1636 ret = (xmlRelaxNGIncludePtr) xmlMalloc(sizeof(xmlRelaxNGInclude)); in xmlRelaxNGLoadInclude()
1642 memset(ret, 0, sizeof(xmlRelaxNGInclude)); in xmlRelaxNGLoadInclude()