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

/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserScope.cpp53 xmlSetGenericErrorFunc(errorContext, genericErrorFunc);
63 xmlSetGenericErrorFunc(m_oldErrorContext, m_oldGenericErrorFunc);
/external/chromium/chrome/common/
H A Dlibxml_utils.h28 xmlSetGenericErrorFunc(context, func);
31 xmlSetGenericErrorFunc(old_error_context_, old_error_func_);
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessorLibxslt.cpp142 xmlSetGenericErrorFunc(console, XSLTProcessor::genericErrorFunc);
149 xmlSetGenericErrorFunc(0, 0);
/external/dbus/bus/
H A Dconfig-loader-libxml.c180 xmlSetGenericErrorFunc (NULL, xml_shut_up);
/external/libxml2/include/libxml/
H A Dxmlerror.h862 xmlSetGenericErrorFunc (void *ctx,
/external/libxml2/
H A Derror.c99 * xmlSetGenericErrorFunc:
113 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) { function
H A Delfgcchack.h10321 #undef xmlSetGenericErrorFunc macro
10322 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
10324 #ifndef xmlSetGenericErrorFunc
10325 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
10326 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias macro

Completed in 230 milliseconds