Home
last modified time | relevance | path

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

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