Lines Matching refs:error
190 # error "SIGALRM not defined and the platform is not Windows"
1115 int error = 0, i = 0, ret = 0;
1123 for (i = 0; i < async_jobs && !error; i++) {
1136 error = 1;
1145 error = 1;
1169 error = 1;
1185 error = 1;
1196 error = 1;
1213 error = 1;
1238 error = 1;
1251 error = 1;
1257 return error ? -1 : total_op_count;
1272 /* Ensure that the error queue is empty */
1275 "WARNING: the error queue contains previous unhandled errors.\n");
1293 * "int_ctx_new:unsupported algorithm" error was added to the
1294 * error queue.
1295 * We remove it from the error queue as we are handling it.
1297 unsigned long error = ERR_peek_error();
1299 if (error == ERR_peek_last_error() /* oldest and latest errors match */
1300 /* check that the error origin matches */
1301 && ERR_GET_LIB(error) == ERR_LIB_EVP
1302 && (ERR_GET_REASON(error) == EVP_R_UNSUPPORTED_ALGORITHM
1303 || ERR_GET_REASON(error) == ERR_R_UNSUPPORTED))
1304 ERR_get_error(); /* pop error from queue */
1307 "Unhandled error in the error queue during EC key setup.\n");
2945 /* Ensure that the error queue is empty */
2948 "WARNING: the error queue contains previous unhandled errors.\n");
3007 * error checking in benchmarked code
3380 BIO_printf(bio_err, "%s error!\n", names[alg]);