Home
last modified time | relevance | path

Searched refs:errorSAXFunc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h604 typedef void (XMLCDECL *errorSAXFunc) (void *ctx, typedef
728 errorSAXFunc error;
769 errorSAXFunc error;
/external/libxml2/
Dlegacy.c254 *((errorSAXFunc *) result) = ctxt->sax->error; in xmlGetFeature()
372 ctxt->sax->error = *((errorSAXFunc *) value); in xmlSetFeature()
Dxmllint.c254 errorSAXFunc err = NULL; in xmllintExternalEntityLoader()