Home
last modified time | relevance | path

Searched refs:xmlSetGenericErrorFunc (Results 1 – 11 of 11) sorted by relevance

/external/dbus/bus/
Dconfig-loader-libxml.c180 xmlSetGenericErrorFunc (NULL, xml_shut_up); in bus_config_load()
/external/libxml2/include/libxml/
Dxmlerror.h863 xmlSetGenericErrorFunc (void *ctx,
/external/libxml2/
Derror.c113 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) { in xmlSetGenericErrorFunc() function
Drunsuite.c230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
Dlibxml2.syms890 xmlSetGenericErrorFunc;
Druntest.c1667 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
1713 xmlSetGenericErrorFunc(NULL, NULL); in saxParseTest()
Delfgcchack.h10471 #undef xmlSetGenericErrorFunc
10472 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericEr…
10474 #ifndef xmlSetGenericErrorFunc
10475 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibi…
10476 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias macro
DChangeLog14669 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
17841 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle1570 d xmlSetGenericErrorFunc...
1571 d pr extproc('xmlSetGenericErrorFunc')
/external/libxml2/win32/
Dlibxml2.def.src1826 xmlSetGenericErrorFunc
/external/libxml2/python/
Dlibxml.c1656 xmlSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler); in libxml_xmlErrorInitialize()