Import of old SSLeay release: SSLeay 0.8.1b
[openssl.git] / crypto / bio / bio.err
1 /* Error codes for the BIO functions. */
2
3 /* Function codes. */
4 #define BIO_F_ACPT_STATE                                 100
5 #define BIO_F_BIO_ACCEPT                                 101
6 #define BIO_F_BIO_CTRL                                   102
7 #define BIO_F_BIO_GETS                                   103
8 #define BIO_F_BIO_GET_ACCEPT_SOCKET                      104
9 #define BIO_F_BIO_GET_HOST_IP                            105
10 #define BIO_F_BIO_GET_PORT                               106
11 #define BIO_F_BIO_NEW                                    107
12 #define BIO_F_BIO_NEW_FILE                               108
13 #define BIO_F_BIO_PUTS                                   109
14 #define BIO_F_BIO_READ                                   110
15 #define BIO_F_BIO_SOCK_INIT                              111
16 #define BIO_F_BIO_WRITE                                  112
17 #define BIO_F_CONN_STATE                                 113
18 #define BIO_F_FILE_CTRL                                  114
19 #define BIO_F_MEM_WRITE                                  115
20 #define BIO_F_WSASTARTUP                                 116
21
22 /* Reason codes. */
23 #define BIO_R_ACCEPT_ERROR                               100
24 #define BIO_R_BAD_FOPEN_MODE                             101
25 #define BIO_R_BAD_HOSTNAME_LOOKUP                        102
26 #define BIO_R_CONNECT_ERROR                              103
27 #define BIO_R_ERROR_SETTING_NBIO                         104
28 #define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET      105
29 #define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET        106
30 #define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET          107
31 #define BIO_R_INVALID_IP_ADDRESS                         108
32 #define BIO_R_NBIO_CONNECT_ERROR                         109
33 #define BIO_R_NO_ACCEPT_PORT_SPECIFIED                   110
34 #define BIO_R_NO_HOSTHNAME_SPECIFIED                     111
35 #define BIO_R_NO_PORT_DEFINED                            112
36 #define BIO_R_NO_PORT_SPECIFIED                          113
37 #define BIO_R_NULL_PARAMETER                             114
38 #define BIO_R_UNABLE_TO_BIND_SOCKET                      115
39 #define BIO_R_UNABLE_TO_CREATE_SOCKET                    116
40 #define BIO_R_UNABLE_TO_LISTEN_SOCKET                    117
41 #define BIO_R_UNINITALISED                               118
42 #define BIO_R_UNSUPPORTED_METHOD                         119
43 #define BIO_R_WSASTARTUP                                 120