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

/httpd/support/
H A Dab.c1406 int scode = SSL_get_error(c->ssl, status); local
1408 if (scode == SSL_ERROR_ZERO_RETURN) {
1413 else if (scode == SSL_ERROR_SYSCALL
1423 else if (scode == SSL_ERROR_SYSCALL
1430 else if (scode != SSL_ERROR_WANT_WRITE
1431 && scode != SSL_ERROR_WANT_READ) {
1434 BIO_printf(bio_err, "SSL read failed (%d) - closing connection\n", scode);

Completed in 1476 milliseconds