Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
111 {ERR_REASON(BIO_R_ACCEPT_ERROR) ,"accept error"},
112 {ERR_REASON(BIO_R_BAD_FOPEN_MODE) ,"bad fopen mode"},
113 {ERR_REASON(BIO_R_BAD_HOSTNAME_LOOKUP) ,"bad hostname lookup"},
114 {ERR_REASON(BIO_R_BROKEN_PIPE) ,"broken pipe"},
115 {ERR_REASON(BIO_R_CONNECT_ERROR) ,"connect error"},
116 {ERR_REASON(BIO_R_EOF_ON_MEMORY_BIO) ,"EOF on memory BIO"},
117 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) ,"error setting nbio"},
118 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"},
119 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"},
120 {ERR_REASON(BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET),"gethostbyname addr is not af inet"},
121 {ERR_REASON(BIO_R_INVALID_ARGUMENT) ,"invalid argument"},
122 {ERR_REASON(BIO_R_INVALID_IP_ADDRESS) ,"invalid ip address"},
123 {ERR_REASON(BIO_R_IN_USE) ,"in use"},
124 {ERR_REASON(BIO_R_KEEPALIVE) ,"keepalive"},
125 {ERR_REASON(BIO_R_NBIO_CONNECT_ERROR) ,"nbio connect error"},
126 {ERR_REASON(BIO_R_NO_ACCEPT_PORT_SPECIFIED),"no accept port specified"},
127 {ERR_REASON(BIO_R_NO_HOSTNAME_SPECIFIED) ,"no hostname specified"},
128 {ERR_REASON(BIO_R_NO_PORT_DEFINED) ,"no port defined"},
129 {ERR_REASON(BIO_R_NO_PORT_SPECIFIED) ,"no port specified"},
130 {ERR_REASON(BIO_R_NO_SUCH_FILE) ,"no such file"},
131 {ERR_REASON(BIO_R_NULL_PARAMETER) ,"null parameter"},
132 {ERR_REASON(BIO_R_TAG_MISMATCH) ,"tag mismatch"},
133 {ERR_REASON(BIO_R_UNABLE_TO_BIND_SOCKET) ,"unable to bind socket"},
134 {ERR_REASON(BIO_R_UNABLE_TO_CREATE_SOCKET),"unable to create socket"},
135 {ERR_REASON(BIO_R_UNABLE_TO_LISTEN_SOCKET),"unable to listen socket"},
136 {ERR_REASON(BIO_R_UNINITIALIZED) ,"uninitialized"},
137 {ERR_REASON(BIO_R_UNSUPPORTED_METHOD) ,"unsupported method"},
138 {ERR_REASON(BIO_R_WRITE_TO_READ_ONLY_BIO),"write to read only BIO"},
139 {ERR_REASON(BIO_R_WSASTARTUP) ,"WSAStartup"},