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