Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dpair.c340 OPENSSL_PUT_ERROR(BIO, BIO_R_BROKEN_PIPE); in BIO_zero_copy_get_write_buf()
382 OPENSSL_PUT_ERROR(BIO, BIO_R_BROKEN_PIPE); in BIO_zero_copy_get_write_buf_done()
514 OPENSSL_PUT_ERROR(BIO, BIO_R_BROKEN_PIPE); in bio_write()
/external/boringssl/src/include/openssl/
Dbio.h885 #define BIO_R_BROKEN_PIPE 101 macro