Home
last modified time | relevance | path

Searched refs:xmlThrDefSetGenericErrorFunc (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dglobals.h180 XMLPUBFUN void XMLCALL xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
/external/libxml2/os400/libxmlrpg/
Dglobals.rpgle164 d xmlThrDefSetGenericErrorFunc...
166 d 'xmlThrDefSetGenericErrorFunc')
/external/libxml2/
Dglobals.c573 xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) { in xmlThrDefSetGenericErrorFunc() function
Dlibxml2.syms1456 xmlThrDefSetGenericErrorFunc;
Delfgcchack.h13025 #undef xmlThrDefSetGenericErrorFunc
13026 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xml…
13028 #ifndef xmlThrDefSetGenericErrorFunc
13029 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attri…
13030 #define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias macro
/external/libxml2/win32/
Dlibxml2.def.src2080 xmlThrDefSetGenericErrorFunc
/external/libxml2/python/
Dlibxml.c1657 xmlThrDefSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler); in libxml_xmlErrorInitialize()