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

/external/chromium_org/third_party/libxml/src/
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,
488 xmlXIncludeRefPtr ref;
693 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMallo
[all...]
/external/libxml2/
H A Dxinclude.c52 typedef xmlXIncludeRef *xmlXIncludeRefPtr; typedef
70 xmlXIncludeRefPtr *incTab; /* array of included references */
193 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) {
223 static xmlXIncludeRefPtr
226 xmlXIncludeRefPtr ret;
231 ret = (xmlXIncludeRefPtr) xmlMalloc(sizeof(xmlXIncludeRef));
249 ctxt->incTab = (xmlXIncludeRefPtr *) xmlMalloc(ctxt->incMax *
259 ctxt->incTab = (xmlXIncludeRefPtr *) xmlRealloc(ctxt->incTab,
489 xmlXIncludeRefPtr ref;
694 newctxt->incTab = (xmlXIncludeRefPtr *) xmlMallo
[all...]

Completed in 35 milliseconds