Searched refs:xmlStructuredErrorFunc (Results 1 – 25 of 30) sorted by relevance
12
/external/libxml2/include/libxml/ |
D | globals.h | 137 xmlStructuredErrorFunc xmlStructuredError; 182 XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler); 350 XMLPUBFUN xmlStructuredErrorFunc * XMLCALL __xmlStructuredError(void); 355 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
|
D | relaxng.h | 154 xmlStructuredErrorFunc serror, 183 xmlStructuredErrorFunc serror, void *ctx);
|
D | xmlschemas.h | 153 xmlStructuredErrorFunc serror, 182 xmlStructuredErrorFunc serror,
|
D | schematron.h | 105 xmlStructuredErrorFunc serror,
|
D | xmlerror.h | 856 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error); typedef 870 xmlStructuredErrorFunc handler); 918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
|
D | xpath.h | 344 xmlStructuredErrorFunc error; /* the callback in case of errors */
|
D | xmlreader.h | 414 xmlStructuredErrorFunc f,
|
D | parser.h | 752 xmlStructuredErrorFunc serror;
|
/external/libxml2/os400/ |
D | rpgsupport.h | 69 XMLPUBFUN xmlStructuredErrorFunc __get_xmlStructuredError(void); 70 XMLPUBFUN void __set_xmlStructuredError(xmlStructuredErrorFunc val);
|
D | rpgsupport.c | 106 THREADED_VAR(xmlStructuredError, xmlStructuredErrorFunc) in THREADED_VAR()
|
/external/libxml2/ |
D | globals.c | 310 xmlStructuredErrorFunc xmlStructuredError = NULL; 311 static xmlStructuredErrorFunc xmlStructuredErrorThrDef = NULL; 584 xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { in xmlThrDefSetStructuredErrorFunc() 872 xmlStructuredErrorFunc *
|
D | global.data | 9 xmlStructuredErrorFunc,xmlStructuredError,,
|
D | schematron.c | 178 xmlStructuredErrorFunc serror; /* the structured function */ 208 xmlStructuredErrorFunc serror; /* the structured function */ 253 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronPErr() 1411 xmlStructuredErrorFunc schannel = NULL; in xmlSchematronReportSuccess() 1485 xmlStructuredErrorFunc serror, void *ctx) in xmlSchematronSetValidStructuredErrors()
|
D | error.c | 134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { in xmlSetStructuredErrorFunc() 455 __xmlRaiseError(xmlStructuredErrorFunc schannel, in __xmlRaiseError()
|
D | relaxng.c | 209 xmlStructuredErrorFunc serror; 354 xmlStructuredErrorFunc serror; 439 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErrMemory() 474 xmlStructuredErrorFunc schannel = NULL; in xmlRngVErrMemory() 514 xmlStructuredErrorFunc schannel = NULL; in xmlRngPErr() 548 xmlStructuredErrorFunc schannel = NULL; in xmlRngVErr() 7660 xmlStructuredErrorFunc serror, in xmlRelaxNGSetParserStructuredErrors() 10984 xmlStructuredErrorFunc serror, void *ctx) in xmlRelaxNGSetValidStructuredErrors()
|
D | SAX2.c | 60 xmlStructuredErrorFunc schannel = NULL; in xmlSAX2ErrMemory() 100 xmlStructuredErrorFunc schannel = NULL; in xmlErrValid()
|
D | valid.c | 146 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNode() 189 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidNodeNr() 230 xmlStructuredErrorFunc schannel = NULL; in xmlErrValidWarning()
|
/external/libxml2/os400/libxmlrpg/ |
D | globals.rpgle | 111 d like(xmlStructuredErrorFunc) 174 d handler value like(xmlStructuredErrorFunc) 319 d like(xmlStructuredErrorFunc) 323 d func value like(xmlStructuredErrorFunc)
|
D | relaxng.rpgle | 204 d serror value like(xmlStructuredErrorFunc) 249 d serror value like(xmlStructuredErrorFunc)
|
D | xmlschemas.rpgle | 185 d serror value like(xmlStructuredErrorFunc) 227 d serror value like(xmlStructuredErrorFunc)
|
D | schematron.rpgle | 138 d serror value like(xmlStructuredErrorFunc)
|
D | xmlerror.rpgle | 1556 * xmlStructuredErrorFunc: 1563 d xmlStructuredErrorFunc...
|
D | xmlreader.rpgle | 610 d f value like(xmlStructuredErrorFunc)
|
D | xpath.rpgle | 369 d error like(xmlStructuredErrorFunc) Error callback
|
/external/libxml2/doc/html/ |
D | index.sgml | 263 <ANCHOR id="xmlStructuredErrorFunc" href="libxml/libxml-xmlerror.html#xmlStructuredErrorFunc">
|
12