Searched refs:errstr (Results 1 – 1 of 1) sorted by relevance
189 const char *errstr = strerror(sockerr); in test_bio_tfo() local191 if (errstr != NULL) in test_bio_tfo()192 BIO_printf(bio_err, "last errno: %d=%s\n", sockerr, errstr); in test_bio_tfo()398 const char *errstr = strerror(sockerr); in test_fd_tfo() local400 if (errstr != NULL) in test_fd_tfo()401 BIO_printf(bio_err, "last errno: %d=%s\n", sockerr, errstr); in test_fd_tfo()
Completed in 7 milliseconds