Home | History | Annotate | Download | only in libxml2

Lines Matching refs:success

1047     /* Success, push the include for rollback on exit */
1362 * @success: boolean value for the result
1369 xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) {
1385 if (((test->type == XML_SCHEMATRON_REPORT) & (!success)) ||
1386 ((test->type == XML_SCHEMATRON_ASSERT) & (success)))
1597 * Returns 1 in case of success, 0 if error and -1 in case of internal error
1660 * Returns 0 in case of success, -1 in case of internal error