Lines Matching full:xmlschemainternalerr
1086 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1809 xmlSchemaInternalErr(actxt,
2294 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
2754 #define VERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST vctxt, func, msg);
2756 #define PERROR_INT(func, msg) xmlSchemaInternalErr(ACTXT_CAST pctxt, func, msg);
2757 #define PERROR_INT2(func, msg) xmlSchemaInternalErr(ACTXT_CAST ctxt, func, msg);
2759 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);