Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbioerr.h90 # define BIO_R_BROKEN_PIPE 124 macro
/third_party/openssl/crypto/bio/
Dbio_err.c83 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_BROKEN_PIPE), "broken pipe"},
Dbss_bio.c289 BIOerr(BIO_F_BIO_WRITE, BIO_R_BROKEN_PIPE); in bio_write()
365 BIOerr(BIO_F_BIO_NWRITE0, BIO_R_BROKEN_PIPE); in bio_nwrite0()
/third_party/python/Modules/
D_ssl_data.h687 #ifdef BIO_R_BROKEN_PIPE
688 {"BROKEN_PIPE", ERR_LIB_BIO, BIO_R_BROKEN_PIPE},
D_ssl_data_111.h748 #ifdef BIO_R_BROKEN_PIPE
749 {"BROKEN_PIPE", ERR_LIB_BIO, BIO_R_BROKEN_PIPE},
D_ssl_data_300.h788 #ifdef BIO_R_BROKEN_PIPE
789 {"BROKEN_PIPE", ERR_LIB_BIO, BIO_R_BROKEN_PIPE},
/third_party/openssl/crypto/err/
Dopenssl.txt1896 BIO_R_BROKEN_PIPE:124:broken pipe