/external/openssl/crypto/bio/ |
bio_err.c | 116 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) ,"error setting nbio"}, 117 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"}, 118 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"}, 124 {ERR_REASON(BIO_R_NBIO_CONNECT_ERROR) ,"nbio connect error"},
|
bss_acpt.c | 87 int nbio; member in struct:bio_accept_st 259 if (c->nbio) 386 data->nbio=(int)num; 445 BIO_set_nbio(dbio,data->nbio); */
|
bss_conn.c | 85 int nbio; member in struct:bio_connect_st 226 if (c->nbio) 331 ret->nbio=0; 544 data->nbio=(int)num; 576 BIO_set_nbio(dbio,data->nbio);
|
/external/openssl/apps/ |
s_time.c | 188 printf("-nbio - Run with non-blocking IO\n"); 269 else if(strcmp(*argv,"-nbio") == 0) {
|
s_client.c | 306 BIO_printf(bio_err," -nbio - Run with non-blocking IO\n"); 678 else if (strcmp(*argv,"-nbio") == 0) [all...] |
s_server.c | 438 BIO_printf(bio_err," -nbio - Run with non-blocking IO\n"); 1031 else if (strcmp(*argv,"-nbio") == 0) [all...] |
/external/openssl/ssl/ |
d1_both.c | 803 if (i <= 0) /* nbio, or an error */ [all...] |
ssl.h | [all...] |
/external/openssl/include/openssl/ |
ssl.h | [all...] |