Searched refs:xmlStructuredErrorFunc (Results 1 - 20 of 20) sorted by relevance
/external/libxml2/include/libxml/ |
H A D | schematron.h | 28 XML_SCHEMATRON_OUT_ERROR = 1 << 3, /* output via xmlStructuredErrorFunc */ 105 xmlStructuredErrorFunc serror,
|
H A D | relaxng.h | 154 xmlStructuredErrorFunc serror, 183 xmlStructuredErrorFunc serror, void *ctx);
|
H A D | xmlschemas.h | 153 xmlStructuredErrorFunc serror, 182 xmlStructuredErrorFunc serror,
|
H A 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;
|
H A D | xmlerror.h | 849 * xmlStructuredErrorFunc: 856 typedef void (XMLCALL *xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error); typedef 870 xmlStructuredErrorFunc handler); 918 __xmlRaiseError (xmlStructuredErrorFunc schannel,
|
H A D | xpath.h | 344 xmlStructuredErrorFunc error; /* the callback in case of errors */
|
H A D | xmlreader.h | 414 xmlStructuredErrorFunc f,
|
H A D | parser.h | 752 xmlStructuredErrorFunc serror;
|
/external/libxml2/os400/ |
H A D | rpgsupport.h | 69 XMLPUBFUN xmlStructuredErrorFunc __get_xmlStructuredError(void); 70 XMLPUBFUN void __set_xmlStructuredError(xmlStructuredErrorFunc val);
|
H A D | rpgsupport.c | 106 THREADED_VAR(xmlStructuredError, xmlStructuredErrorFunc)
|
/external/libxml2/ |
H A D | globals.c | 310 xmlStructuredErrorFunc xmlStructuredError = NULL; 311 static xmlStructuredErrorFunc xmlStructuredErrorThrDef = NULL; 584 xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { 872 xmlStructuredErrorFunc *
|
H A D | schematron.c | 178 xmlStructuredErrorFunc serror; /* the structured function */ 208 xmlStructuredErrorFunc serror; /* the structured function */ 253 xmlStructuredErrorFunc schannel = NULL; 1411 xmlStructuredErrorFunc schannel = NULL; 1485 xmlStructuredErrorFunc serror, void *ctx)
|
H A D | error.c | 134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { 455 __xmlRaiseError(xmlStructuredErrorFunc schannel,
|
H A D | SAX2.c | 60 xmlStructuredErrorFunc schannel = NULL; 100 xmlStructuredErrorFunc schannel = NULL;
|
H A D | relaxng.c | 209 xmlStructuredErrorFunc serror; 354 xmlStructuredErrorFunc serror; 439 xmlStructuredErrorFunc schannel = NULL; 474 xmlStructuredErrorFunc schannel = NULL; 514 xmlStructuredErrorFunc schannel = NULL; 548 xmlStructuredErrorFunc schannel = NULL; 7662 xmlStructuredErrorFunc serror, 10986 xmlStructuredErrorFunc serror, void *ctx)
|
H A D | valid.c | 146 xmlStructuredErrorFunc schannel = NULL; 189 xmlStructuredErrorFunc schannel = NULL; 230 xmlStructuredErrorFunc schannel = NULL;
|
H A D | xmlIO.c | 462 xmlStructuredErrorFunc schannel = NULL;
|
H A D | xmlreader.c | 186 xmlStructuredErrorFunc sErrorFunc; /* callback function */ 5003 xmlStructuredErrorFunc f, void *arg)
|
H A D | xmlschemas.c | 594 xmlStructuredErrorFunc serror; 969 xmlStructuredErrorFunc serror; 1897 xmlStructuredErrorFunc schannel = NULL; 1963 xmlStructuredErrorFunc schannel = NULL; 2037 xmlStructuredErrorFunc schannel = NULL; 21454 xmlStructuredErrorFunc serror, 27787 xmlStructuredErrorFunc serror, void *ctx)
|
H A D | parser.c | 597 xmlStructuredErrorFunc schannel = NULL; 635 xmlStructuredErrorFunc schannel = NULL;
|
Completed in 264 milliseconds