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

/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c51 typedef xmlXIncludeRef *xmlXIncludeRefPtr; typedef
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,
491 xmlXIncludeRefPtr ref;
684 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMallo
[all...]

Completed in 47 milliseconds