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

/external/libxml2/include/libxml/
H A Dxmlerror.h75 typedef xmlError *xmlErrorPtr; typedef
855 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
898 XMLPUBFUN xmlErrorPtr XMLCALL
902 XMLPUBFUN xmlErrorPtr XMLCALL
907 xmlResetError (xmlErrorPtr err);
909 xmlCopyError (xmlErrorPtr from,
910 xmlErrorPtr to);

Completed in 21 milliseconds