Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DXML.cpp48 xmlSetGenericErrorFunc((void *)this, XMLDocument::ErrorCallback); in ParseFile()
50 xmlSetGenericErrorFunc(nullptr, nullptr); in ParseFile()
59 xmlSetGenericErrorFunc((void *)this, XMLDocument::ErrorCallback); in ParseMemory()
61 xmlSetGenericErrorFunc(nullptr, nullptr); in ParseMemory()
/external/libxml2/fuzz/
Dschema.c18 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
Dregexp.c13 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
Dxpath.c15 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
Dhtml.c19 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
Dxml.c22 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in LLVMFuzzerInitialize()
DgenSeed.c388 xmlSetGenericErrorFunc(NULL, xmlFuzzErrorFunc); in main()
/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example.cc42 xmlSetGenericErrorFunc(nullptr, &ignore); in DEFINE_PROTO_FUZZER()
/external/llvm-project/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp630 xmlSetGenericErrorFunc((void *)this, in merge()
635 xmlSetGenericErrorFunc(nullptr, nullptr); in merge()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp630 xmlSetGenericErrorFunc((void *)this, in merge()
635 xmlSetGenericErrorFunc(nullptr, nullptr); in merge()
/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.c1717 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
1780 xmlSetGenericErrorFunc(NULL, NULL); in saxParseTest()
Delfgcchack.h10481 #undef xmlSetGenericErrorFunc
10482 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericEr…
10484 #ifndef xmlSetGenericErrorFunc
10485 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibi…
10486 #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.rpgle1574 d xmlSetGenericErrorFunc...
1575 d pr extproc('xmlSetGenericErrorFunc')
/external/libxkbcommon/src/
Dregistry.c1179 xmlSetGenericErrorFunc(ctx, xml_error_func); in parse()
/external/libxml2/win32/
Dlibxml2.def.src1827 xmlSetGenericErrorFunc
/external/libxml2/python/
Dlibxml.c1657 xmlSetGenericErrorFunc(NULL, libxml_xmlErrorFuncHandler); in libxml_xmlErrorInitialize()