Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
[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_BER_GET_HEADER                         102
7 #define BIO_F_BIO_CTRL                                   103
8 #define BIO_F_BIO_GETS                                   104
9 #define BIO_F_BIO_GET_ACCEPT_SOCKET                      105
10 #define BIO_F_BIO_GET_HOST_IP                            106
11 #define BIO_F_BIO_GET_PORT                               107
12 #define BIO_F_BIO_NEW                                    108
13 #define BIO_F_BIO_NEW_FILE                               109
14 #define BIO_F_BIO_PUTS                                   110
15 #define BIO_F_BIO_READ                                   111
16 #define BIO_F_BIO_SOCK_INIT                              112
17 #define BIO_F_BIO_WRITE                                  113
18 #define BIO_F_BUFFER_CTRL                                114
19 #define BIO_F_CONN_STATE                                 115
20 #define BIO_F_FILE_CTRL                                  116
21 #define BIO_F_MEM_WRITE                                  117
22 #define BIO_F_SOCKS4A_STATE                              118
23 #define BIO_F_SSL_NEW                                    119
24 #define BIO_F_WSASTARTUP                                 120
25
26 /* Reason codes. */
27 #define BIO_R_ACCEPT_ERROR                               100
28 #define BIO_R_BAD_FOPEN_MODE                             101
29 #define BIO_R_BAD_HOSTNAME_LOOKUP                        102
30 #define BIO_R_CONNECT_ERROR                              103
31 #define BIO_R_ERROR_SETTING_NBIO                         104
32 #define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET      105
33 #define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET        106
34 #define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET          107
35 #define BIO_R_INVALID_IP_ADDRESS                         108
36 #define BIO_R_KEEPALIVE                                  109
37 #define BIO_R_NBIO_CONNECT_ERROR                         110
38 #define BIO_R_NO_ACCEPT_PORT_SPECIFIED                   111
39 #define BIO_R_NO_HOSTHNAME_SPECIFIED                     112
40 #define BIO_R_NO_PORT_DEFINED                            113
41 #define BIO_R_NO_PORT_SPECIFIED                          114
42 #define BIO_R_NULL_PARAMETER                             115
43 #define BIO_R_SOCKS_ID_AND_IDENT_DID_NOT_MATCH           116
44 #define BIO_R_SOCKS_REJECTED_CONNECTION                  117
45 #define BIO_R_SOCKS_UNABLE_TO_TALK_TO_IDENT_SERVER       118
46 #define BIO_R_SOCKS_UNKNOWN_ERROR                        119
47 #define BIO_R_TAG_MISMATCH                               120
48 #define BIO_R_UNABLE_TO_BIND_SOCKET                      121
49 #define BIO_R_UNABLE_TO_CREATE_SOCKET                    122
50 #define BIO_R_UNABLE_TO_LISTEN_SOCKET                    123
51 #define BIO_R_UNINITALISED                               124
52 #define BIO_R_UNSUPPORTED_METHOD                         125
53 #define BIO_R_WSASTARTUP                                 126