Go to the source code of this file.
Macros | |
#define | USE_SOCKETS |
Functions | |
int | BIO_sock_should_retry (int s) |
BIO_METHOD * | BIO_s_socket (void) |
BIO * | BIO_new_socket (int fd, int close_flag) |
int | BIO_sock_non_fatal_error (int err) |
#define USE_SOCKETS |
Definition at line 61 of file bss_sock.c.
BIO* BIO_new_socket | ( | int | fd, |
int | close_flag | ||
) |
Definition at line 101 of file bss_sock.c.
BIO_METHOD* BIO_s_socket | ( | void | ) |
Definition at line 96 of file bss_sock.c.
int BIO_sock_non_fatal_error | ( | int | err | ) |
Definition at line 235 of file bss_sock.c.
int BIO_sock_should_retry | ( | int | s | ) |
Definition at line 217 of file bss_sock.c.