Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxinclude.c53 typedef xmlXIncludeRef *xmlXIncludeRefPtr; typedef
71 xmlXIncludeRefPtr *incTab; /* array of included references */
197 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) { in xmlXIncludeFreeRef()
225 static xmlXIncludeRefPtr
228 xmlXIncludeRefPtr ret; in xmlXIncludeNewRef()
233 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef)); in xmlXIncludeNewRef()
251 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax * in xmlXIncludeNewRef()
261 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab, in xmlXIncludeNewRef()
499 xmlXIncludeRefPtr ref; in xmlXIncludeAddNode()
706 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax * in xmlXIncludeRecurseDoc()