Searched defs:xmlSchemaSetValidErrors (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c15670 xmlSchemaSetValidErrors(ctxt->vctxt,
21326 xmlSchemaSetValidErrors(ctxt->vctxt, err, warn, ctx);
27581 * xmlSchemaSetValidErrors:
27590 xmlSchemaSetValidErrors(xmlSchemaValidCtxtPtr ctxt, function
H A Delfgcchack.h9774 #undef xmlSchemaSetValidErrors macro
9775 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
9777 #ifndef xmlSchemaSetValidErrors
9778 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
9779 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias macro

Completed in 179 milliseconds