Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 1 of 1) sorted by relevance

/test/
A Dbio_tfo_test.c189 const char *errstr = strerror(sockerr); in test_bio_tfo() local
191 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() local
400 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