Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXIncludeRefPtr

51 typedef xmlXIncludeRef *xmlXIncludeRefPtr;
69 xmlXIncludeRefPtr *incTab; /* array of included references */
192 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) {
222 static xmlXIncludeRefPtr
225 xmlXIncludeRefPtr ret;
230 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef));
248 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
258 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab,
488 xmlXIncludeRefPtr ref;
693 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(newctxt->incMax *