Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_sock.c80 int BIO_sock_should_retry(int s);
146 if (BIO_sock_should_retry(ret)) in sock_read()
162 if (BIO_sock_should_retry(ret)) in sock_write()
217 int BIO_sock_should_retry(int i) in BIO_sock_should_retry() function
Dbss_conn.c261 if (BIO_sock_should_retry(ret)) in conn_state()
422 if (BIO_sock_should_retry(ret)) in conn_read()
446 if (BIO_sock_should_retry(ret)) in conn_write()
Db_sock.c851 if(BIO_sock_should_retry(ret)) return -2; in BIO_accept()
Dbio.h626 int BIO_sock_should_retry(int i);
/external/openssl/apps/
Ds_time.c597 if (BIO_sock_should_retry(i)) in doConnection()
Ds_server.c2165 if (BIO_sock_should_retry(i)) in init_ssl_connection()
/external/openssl/include/openssl/
Dbio.h626 int BIO_sock_should_retry(int i);