Searched refs:BIO_socket_ioctl (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/bio/ |
D | b_sock.c | 547 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl() function 972 ret=BIO_socket_ioctl(s,FIONBIO,&l); in BIO_socket_nbio()
|
D | bio.h | 722 int BIO_socket_ioctl(int fd, long type, void *arg);
|
/external/openssl/include/openssl/ |
D | bio.h | 722 int BIO_socket_ioctl(int fd, long type, void *arg);
|
/external/openssl/apps/ |
D | s_server.c | 1997 if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) in sv_body() 2596 if (BIO_socket_ioctl(s,FIONBIO,&sl) < 0) in www_body()
|
D | s_client.c | 1328 if (BIO_socket_ioctl(s,FIONBIO,&l) < 0) in MAIN()
|