Searched refs:xmlSchemaSetValidErrors (Results 1 - 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlschemas.h176 xmlSchemaSetValidErrors (xmlSchemaValidCtxtPtr ctxt,
/external/libxml2/
H A DtestSchemas.c137 xmlSchemaSetValidErrors(ctxt,
H A Dxmlreader.c4295 xmlSchemaSetValidErrors(reader->xsdValidCtxt,
4518 xmlSchemaSetValidErrors(reader->xsdValidCtxt,
4936 xmlSchemaSetValidErrors(reader->xsdValidCtxt,
4961 xmlSchemaSetValidErrors(reader->xsdValidCtxt, NULL, NULL,
5002 xmlSchemaSetValidErrors(reader->xsdValidCtxt, NULL, NULL,
5027 xmlSchemaSetValidErrors(reader->xsdValidCtxt, NULL, NULL,
H A Dlibxml2.syms1425 xmlSchemaSetValidErrors;
H A Drunsuite.c828 xmlSchemaSetValidErrors(ctxt,
H A Dxmllint.c1669 xmlSchemaSetValidErrors(vctxt,
2901 xmlSchemaSetValidErrors(ctxt,
H A Druntest.c2933 xmlSchemaSetValidErrors(ctxt,
H A Delfgcchack.h9980 #undef xmlSchemaSetValidErrors macro
9981 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
9983 #ifndef xmlSchemaSetValidErrors
9984 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
9985 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias macro
H A Dxmlschemas.c15770 xmlSchemaSetValidErrors(ctxt->vctxt,
21428 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
27735 * xmlSchemaSetValidErrors:
27744 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
/external/libxml2/python/
H A Dlibxml.py699 libxml2mod.xmlSchemaSetValidErrors(self._o, err_func, warn_func, arg)
H A Dlibxml.c3408 (args, (char *) "OOO|O:xmlSchemaSetValidErrors", &pyobj_ctx, &pyobj_error, &pyobj_warn, &pyobj_arg))
3446 xmlSchemaSetValidErrors(ctxt, &libxml_xmlSchemaValidityErrorFunc, &libxml_xmlSchemaValidityWarningFunc, pyCtxt);
3862 {(char *)"xmlSchemaSetValidErrors", libxml_xmlSchemaSetValidErrors, METH_VARARGS, NULL},

Completed in 512 milliseconds