Home | History | Annotate | Download | only in libxml2

Lines Matching full:xmlschemainternalerr

1081 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1804 xmlSchemaInternalErr(actxt,
2273 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
2733 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2735 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2736 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2738 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);