Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c49 typedef struct _xmlXIncludeRef xmlXIncludeRef; typedef
50 typedef xmlXIncludeRef *xmlXIncludeRefPtr;
536 ref = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef)); in xmlXIncludeAddNode()
541 memset(ref, 0, sizeof(xmlXIncludeRef)); in xmlXIncludeAddNode()