Searched refs:xmlXIncludeRef (Results 1 – 1 of 1) sorted by relevance
52 typedef struct _xmlXIncludeRef xmlXIncludeRef; typedef53 typedef xmlXIncludeRef *xmlXIncludeRefPtr;232 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()237 memset(ret, 0, sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()