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.c349 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf, BIO_R_BROKEN_PIPE); in BIO_zero_copy_get_write_buf()
394 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf_done, BIO_R_BROKEN_PIPE); in BIO_zero_copy_get_write_buf_done()
528 OPENSSL_PUT_ERROR(BIO, bio_write, BIO_R_BROKEN_PIPE); in bio_write()
/external/boringssl/src/include/openssl/
Dbio.h893 #define BIO_R_BROKEN_PIPE 101 macro