Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c52 typedef struct _xmlXIncludeRef xmlXIncludeRef; typedef
53 typedef xmlXIncludeRef *xmlXIncludeRefPtr;
232 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()
237 memset(ret, 0, sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()