Home
last modified time | relevance | path

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

/external/libxml2/
Dxinclude.c53 typedef xmlXIncludeRef *xmlXIncludeRefPtr; typedef
71 xmlXIncludeRefPtr *incTab; /* array of included references */
194 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) { in xmlXIncludeFreeRef()
224 static xmlXIncludeRefPtr
227 xmlXIncludeRefPtr ret; in xmlXIncludeNewRef()
232 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()
250 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax * in xmlXIncludeNewRef()
260 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, in xmlXIncludeNewRef()
490 xmlXIncludeRefPtr ref; in xmlXIncludeAddNode()
695 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax * in xmlXIncludeRecurseDoc()