Searched refs:xmlXIncludeRefPtr (Results 1 – 1 of 1) sorted by relevance
53 typedef xmlXIncludeRef *xmlXIncludeRefPtr; typedef71 xmlXIncludeRefPtr *incTab; /* array of included references */197 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) { in xmlXIncludeFreeRef()225 static xmlXIncludeRefPtr228 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()