Searched defs:xmlErrorPtr (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlerror.h77 typedef xmlError *xmlErrorPtr; typedef
856 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
899 XMLPUBFUN xmlErrorPtr XMLCALL
903 XMLPUBFUN xmlErrorPtr XMLCALL
908 xmlResetError (xmlErrorPtr err);
910 xmlCopyError (xmlErrorPtr from,
911 xmlErrorPtr to);

Completed in 143 milliseconds