crypto/openssl/crypto/bio/bio_addr.c
256
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB, gai_strerror(ret));
crypto/openssl/crypto/bio/bio_addr.c
590
ERR_raise(ERR_LIB_BIO, BIO_R_AMBIGUOUS_HOST_OR_SERVICE);
crypto/openssl/crypto/bio/bio_addr.c
593
ERR_raise(ERR_LIB_BIO, BIO_R_MALFORMED_HOST_OR_SERVICE);
crypto/openssl/crypto/bio/bio_addr.c
698
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_PROTOCOL_FAMILY);
crypto/openssl/crypto/bio/bio_addr.c
707
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bio_addr.c
746
ERR_raise(ERR_LIB_BIO, ERR_R_SYS_LIB);
crypto/openssl/crypto/bio/bio_addr.c
751
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB,
crypto/openssl/crypto/bio/bio_addr.c
767
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB,
crypto/openssl/crypto/bio/bio_addr.c
813
ERR_raise(ERR_LIB_BIO, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/bio/bio_addr.c
833
ERR_raise(ERR_LIB_BIO, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/bio/bio_addr.c
914
ERR_raise(ERR_LIB_BIO, BIO_R_MALFORMED_HOST_OR_SERVICE);
crypto/openssl/crypto/bio/bio_addr.c
956
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bio_err.c
107
else if (ERR_GET_LIB(errcode) == ERR_LIB_BIO
crypto/openssl/crypto/bio/bio_err.c
18
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_ACCEPT_ERROR), "accept error" },
crypto/openssl/crypto/bio/bio_err.c
19
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_ADDRINFO_ADDR_IS_NOT_AF_INET),
crypto/openssl/crypto/bio/bio_err.c
21
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_AMBIGUOUS_HOST_OR_SERVICE),
crypto/openssl/crypto/bio/bio_err.c
23
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_BAD_FOPEN_MODE), "bad fopen mode" },
crypto/openssl/crypto/bio/bio_err.c
24
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_BROKEN_PIPE), "broken pipe" },
crypto/openssl/crypto/bio/bio_err.c
25
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_CONNECT_ERROR), "connect error" },
crypto/openssl/crypto/bio/bio_err.c
26
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_CONNECT_TIMEOUT), "connect timeout" },
crypto/openssl/crypto/bio/bio_err.c
27
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET),
crypto/openssl/crypto/bio/bio_err.c
29
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_GETSOCKNAME_ERROR), "getsockname error" },
crypto/openssl/crypto/bio/bio_err.c
30
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS),
crypto/openssl/crypto/bio/bio_err.c
32
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_GETTING_SOCKTYPE), "getting socktype" },
crypto/openssl/crypto/bio/bio_err.c
33
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_INVALID_ARGUMENT), "invalid argument" },
crypto/openssl/crypto/bio/bio_err.c
34
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_INVALID_SOCKET), "invalid socket" },
crypto/openssl/crypto/bio/bio_err.c
35
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_IN_USE), "in use" },
crypto/openssl/crypto/bio/bio_err.c
36
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_LENGTH_TOO_LONG), "length too long" },
crypto/openssl/crypto/bio/bio_err.c
37
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_LISTEN_V6_ONLY), "listen v6 only" },
crypto/openssl/crypto/bio/bio_err.c
38
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_LOOKUP_RETURNED_NOTHING),
crypto/openssl/crypto/bio/bio_err.c
40
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_MALFORMED_HOST_OR_SERVICE),
crypto/openssl/crypto/bio/bio_err.c
42
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NBIO_CONNECT_ERROR), "nbio connect error" },
crypto/openssl/crypto/bio/bio_err.c
43
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_ACCEPT_ADDR_OR_SERVICE_SPECIFIED),
crypto/openssl/crypto/bio/bio_err.c
45
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_HOSTNAME_OR_SERVICE_SPECIFIED),
crypto/openssl/crypto/bio/bio_err.c
47
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_PORT_DEFINED), "no port defined" },
crypto/openssl/crypto/bio/bio_err.c
48
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_SUCH_FILE), "no such file" },
crypto/openssl/crypto/bio/bio_err.c
49
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_PORT_MISMATCH), "port mismatch" },
crypto/openssl/crypto/bio/bio_err.c
50
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_TFO_DISABLED), "tfo disabled" },
crypto/openssl/crypto/bio/bio_err.c
51
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_TFO_NO_KERNEL_SUPPORT),
crypto/openssl/crypto/bio/bio_err.c
53
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_TRANSFER_ERROR), "transfer error" },
crypto/openssl/crypto/bio/bio_err.c
54
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_TRANSFER_TIMEOUT), "transfer timeout" },
crypto/openssl/crypto/bio/bio_err.c
55
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_BIND_SOCKET),
crypto/openssl/crypto/bio/bio_err.c
57
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_CREATE_SOCKET),
crypto/openssl/crypto/bio/bio_err.c
59
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_KEEPALIVE),
crypto/openssl/crypto/bio/bio_err.c
61
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_LISTEN_SOCKET),
crypto/openssl/crypto/bio/bio_err.c
63
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_NODELAY), "unable to nodelay" },
crypto/openssl/crypto/bio/bio_err.c
64
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_REUSEADDR),
crypto/openssl/crypto/bio/bio_err.c
66
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNABLE_TO_TFO), "unable to tfo" },
crypto/openssl/crypto/bio/bio_err.c
67
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNAVAILABLE_IP_FAMILY),
crypto/openssl/crypto/bio/bio_err.c
69
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNINITIALIZED), "uninitialized" },
crypto/openssl/crypto/bio/bio_err.c
70
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNKNOWN_INFO_TYPE), "unknown info type" },
crypto/openssl/crypto/bio/bio_err.c
71
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_IP_FAMILY),
crypto/openssl/crypto/bio/bio_err.c
73
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_METHOD), "unsupported method" },
crypto/openssl/crypto/bio/bio_err.c
74
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_UNSUPPORTED_PROTOCOL_FAMILY),
crypto/openssl/crypto/bio/bio_err.c
76
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_WRITE_TO_READ_ONLY_BIO),
crypto/openssl/crypto/bio/bio_err.c
78
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_WSASTARTUP), "WSAStartup" },
crypto/openssl/crypto/bio/bio_err.c
79
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_LOCAL_ADDR_NOT_AVAILABLE),
crypto/openssl/crypto/bio/bio_err.c
81
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_PEER_ADDR_NOT_AVAILABLE),
crypto/openssl/crypto/bio/bio_err.c
83
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NON_FATAL),
crypto/openssl/crypto/bio/bio_err.c
85
{ ERR_PACK(ERR_LIB_BIO, 0, BIO_R_PORT_MISMATCH),
crypto/openssl/crypto/bio/bio_lib.c
1002
ERR_raise(ERR_LIB_BIO,
crypto/openssl/crypto/bio/bio_lib.c
1022
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
1039
if (ERR_GET_LIB(err) == ERR_LIB_BIO) {
crypto/openssl/crypto/bio/bio_lib.c
1064
ERR_raise(ERR_LIB_BIO,
crypto/openssl/crypto/bio/bio_lib.c
1071
ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR);
crypto/openssl/crypto/bio/bio_lib.c
267
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
271
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
279
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
294
ERR_raise(ERR_LIB_BIO, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/bio/bio_lib.c
340
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
348
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
399
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
405
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
424
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
446
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
452
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
471
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
500
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
504
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
515
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
533
ERR_raise(ERR_LIB_BIO, BIO_R_LENGTH_TOO_LONG);
crypto/openssl/crypto/bio/bio_lib.c
549
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
553
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
558
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bio_lib.c
569
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
601
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
605
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bio_lib.c
611
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
615
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bio_lib.c
663
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
690
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bio_lib.c
813
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bio_lib.c
99
ERR_raise(ERR_LIB_BIO, ERR_R_INIT_FAIL);
crypto/openssl/crypto/bio/bio_meth.c
27
ERR_raise(ERR_LIB_BIO, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/bio/bio_print.c
307
ERR_raise(ERR_LIB_BIO, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/bio/bio_sock.c
154
ERR_raise(ERR_LIB_BIO, BIO_R_WSASTARTUP);
crypto/openssl/crypto/bio/bio_sock.c
303
ERR_raise(ERR_LIB_BIO, BIO_R_ACCEPT_ERROR);
crypto/openssl/crypto/bio/bio_sock.c
314
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bio_sock.c
393
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bio_sock.c
412
ERR_raise(ERR_LIB_BIO, BIO_R_GETSOCKNAME_ERROR);
crypto/openssl/crypto/bio/bio_sock.c
416
ERR_raise(ERR_LIB_BIO, BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS);
crypto/openssl/crypto/bio/bio_sock.c
421
ERR_raise(ERR_LIB_BIO, BIO_R_UNKNOWN_INFO_TYPE);
crypto/openssl/crypto/bio/bio_sock.c
57
ERR_raise(ERR_LIB_BIO, BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET);
crypto/openssl/crypto/bio/bio_sock.c
80
ERR_raise(ERR_LIB_BIO, BIO_R_NO_PORT_DEFINED);
crypto/openssl/crypto/bio/bio_sock.c
89
ERR_raise(ERR_LIB_BIO, BIO_R_ADDRINFO_ADDR_IS_NOT_AF_INET);
crypto/openssl/crypto/bio/bio_sock2.c
110
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_KEEPALIVE);
crypto/openssl/crypto/bio/bio_sock2.c
121
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_NODELAY);
crypto/openssl/crypto/bio/bio_sock2.c
133
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_NO_KERNEL_SUPPORT);
crypto/openssl/crypto/bio/bio_sock2.c
138
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_DISABLED);
crypto/openssl/crypto/bio/bio_sock2.c
147
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_NO_KERNEL_SUPPORT);
crypto/openssl/crypto/bio/bio_sock2.c
152
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_DISABLED);
crypto/openssl/crypto/bio/bio_sock2.c
170
ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR);
crypto/openssl/crypto/bio/bio_sock2.c
181
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_TFO);
crypto/openssl/crypto/bio/bio_sock2.c
196
ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR);
crypto/openssl/crypto/bio/bio_sock2.c
226
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_SOCKET);
crypto/openssl/crypto/bio/bio_sock2.c
241
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_REUSEADDR);
crypto/openssl/crypto/bio/bio_sock2.c
250
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_BIND_SOCKET);
crypto/openssl/crypto/bio/bio_sock2.c
302
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_SOCKET);
crypto/openssl/crypto/bio/bio_sock2.c
312
ERR_raise(ERR_LIB_BIO, BIO_R_GETTING_SOCKTYPE);
crypto/openssl/crypto/bio/bio_sock2.c
325
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_KEEPALIVE);
crypto/openssl/crypto/bio/bio_sock2.c
336
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_NODELAY);
crypto/openssl/crypto/bio/bio_sock2.c
354
ERR_raise(ERR_LIB_BIO, BIO_R_LISTEN_V6_ONLY);
crypto/openssl/crypto/bio/bio_sock2.c
366
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_LISTEN_SOCKET);
crypto/openssl/crypto/bio/bio_sock2.c
384
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_NO_KERNEL_SUPPORT);
crypto/openssl/crypto/bio/bio_sock2.c
389
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_DISABLED);
crypto/openssl/crypto/bio/bio_sock2.c
398
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_NO_KERNEL_SUPPORT);
crypto/openssl/crypto/bio/bio_sock2.c
403
ERR_raise(ERR_LIB_BIO, BIO_R_TFO_DISABLED);
crypto/openssl/crypto/bio/bio_sock2.c
413
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_TFO);
crypto/openssl/crypto/bio/bio_sock2.c
443
ERR_raise(ERR_LIB_BIO, BIO_R_ACCEPT_ERROR);
crypto/openssl/crypto/bio/bio_sock2.c
53
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_CREATE_SOCKET);
crypto/openssl/crypto/bio/bio_sock2.c
97
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_SOCKET);
crypto/openssl/crypto/bio/bss_acpt.c
157
ERR_raise_data(ERR_LIB_BIO,
crypto/openssl/crypto/bio/bss_acpt.c
192
ERR_raise(ERR_LIB_BIO, BIO_R_UNAVAILABLE_IP_FAMILY);
crypto/openssl/crypto/bio/bss_acpt.c
203
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_IP_FAMILY);
crypto/openssl/crypto/bio/bss_acpt.c
212
ERR_raise(ERR_LIB_BIO, BIO_R_LOOKUP_RETURNED_NOTHING);
crypto/openssl/crypto/bio/bss_acpt.c
236
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_CREATE_SOCKET);
crypto/openssl/crypto/bio/bss_bio.c
286
ERR_raise(ERR_LIB_BIO, BIO_R_BROKEN_PIPE);
crypto/openssl/crypto/bio/bss_bio.c
361
ERR_raise(ERR_LIB_BIO, BIO_R_BROKEN_PIPE);
crypto/openssl/crypto/bio/bss_bio.c
426
ERR_raise(ERR_LIB_BIO, BIO_R_IN_USE);
crypto/openssl/crypto/bio/bss_bio.c
429
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_bio.c
613
ERR_raise(ERR_LIB_BIO, BIO_R_IN_USE);
crypto/openssl/crypto/bio/bss_bio.c
743
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_bio.c
759
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_bio.c
774
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_bio.c
790
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_conn.c
123
ERR_raise_data(ERR_LIB_BIO,
crypto/openssl/crypto/bio/bss_conn.c
144
ERR_raise(ERR_LIB_BIO, BIO_R_UNAVAILABLE_IP_FAMILY);
crypto/openssl/crypto/bio/bss_conn.c
155
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_IP_FAMILY);
crypto/openssl/crypto/bio/bss_conn.c
166
ERR_raise(ERR_LIB_BIO, BIO_R_LOOKUP_RETURNED_NOTHING);
crypto/openssl/crypto/bio/bss_conn.c
181
ERR_raise(ERR_LIB_BIO, BIO_R_UNABLE_TO_CREATE_SOCKET);
crypto/openssl/crypto/bio/bss_conn.c
248
ERR_raise(ERR_LIB_BIO, BIO_R_NBIO_CONNECT_ERROR);
crypto/openssl/crypto/bio/bss_conn.c
259
ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR);
crypto/openssl/crypto/bio/bss_conn.c
752
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bss_conn.c
756
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_conn.c
762
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bss_conn.c
773
ERR_raise(ERR_LIB_BIO, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
crypto/openssl/crypto/bio/bss_conn.c
808
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bss_conn.c
823
ERR_raise(ERR_LIB_BIO, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
crypto/openssl/crypto/bio/bss_conn.c
839
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bss_conn.c
854
ERR_raise(ERR_LIB_BIO, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
crypto/openssl/crypto/bio/bss_dgram.c
1229
ERR_raise(ERR_LIB_BIO, BIO_R_PORT_MISMATCH);
crypto/openssl/crypto/bio/bss_dgram.c
1267
ERR_raise(ERR_LIB_BIO, BIO_R_PORT_MISMATCH);
crypto/openssl/crypto/bio/bss_dgram.c
1299
ERR_raise(ERR_LIB_BIO, BIO_R_PORT_MISMATCH);
crypto/openssl/crypto/bio/bss_dgram.c
1305
ERR_raise(ERR_LIB_BIO, BIO_R_PORT_MISMATCH);
crypto/openssl/crypto/bio/bss_dgram.c
1400
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1408
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1439
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1445
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1471
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1477
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1505
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1531
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bss_dgram.c
1602
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1651
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1702
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1749
ERR_raise(ERR_LIB_BIO, BIO_R_LOCAL_ADDR_NOT_AVAILABLE);
crypto/openssl/crypto/bio/bss_dgram.c
1776
ERR_raise(ERR_LIB_BIO, BIO_R_UNSUPPORTED_METHOD);
crypto/openssl/crypto/bio/bss_dgram.c
1816
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB,
crypto/openssl/crypto/bio/bss_dgram.c
1825
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB,
crypto/openssl/crypto/bio/bss_dgram.c
1863
ERR_raise_data(ERR_LIB_BIO, ERR_R_SYS_LIB,
crypto/openssl/crypto/bio/bss_dgram.c
2179
ERR_raise(ERR_LIB_BIO, BIO_R_CONNECT_ERROR);
crypto/openssl/crypto/bio/bss_dgram.c
836
ERR_raise_data(ERR_LIB_BIO, ERR_R_INTERNAL_ERROR,
crypto/openssl/crypto/bio/bss_dgram.c
892
ERR_raise_data(ERR_LIB_BIO, ERR_R_INTERNAL_ERROR,
crypto/openssl/crypto/bio/bss_dgram_pair.c
1014
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1019
ERR_raise(ERR_LIB_BIO, BIO_R_BROKEN_PIPE);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1031
ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1038
ERR_raise(ERR_LIB_BIO, -l);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1066
ERR_raise(ERR_LIB_BIO, BIO_R_BROKEN_PIPE);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1077
ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1091
ERR_raise(ERR_LIB_BIO, -l);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1116
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1121
ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1128
ERR_raise(ERR_LIB_BIO, -l);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1279
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1284
ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1290
ERR_raise(ERR_LIB_BIO, -l);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1316
ERR_raise(ERR_LIB_BIO, ERR_R_UNABLE_TO_GET_WRITE_LOCK);
crypto/openssl/crypto/bio/bss_dgram_pair.c
1330
ERR_raise(ERR_LIB_BIO, -l);
crypto/openssl/crypto/bio/bss_dgram_pair.c
308
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bss_dgram_pair.c
344
ERR_raise(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT);
crypto/openssl/crypto/bio/bss_dgram_pair.c
350
ERR_raise_data(ERR_LIB_BIO, BIO_R_INVALID_ARGUMENT,
crypto/openssl/crypto/bio/bss_dgram_pair.c
359
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_dgram_pair.c
368
ERR_raise_data(ERR_LIB_BIO, BIO_R_IN_USE,
crypto/openssl/crypto/bio/bss_dgram_pair.c
375
ERR_raise(ERR_LIB_BIO, BIO_R_UNINITIALIZED);
crypto/openssl/crypto/bio/bss_dgram_pair.c
381
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bss_dgram_pair.c
387
ERR_raise(ERR_LIB_BIO, ERR_R_BIO_LIB);
crypto/openssl/crypto/bio/bss_dgram_pair.c
464
ERR_raise(ERR_LIB_BIO, BIO_R_IN_USE);
crypto/openssl/crypto/bio/bss_file.c
151
ERR_raise(ERR_LIB_BIO, ERR_R_SYS_LIB);
crypto/openssl/crypto/bio/bss_file.c
284
ERR_raise(ERR_LIB_BIO, BIO_R_BAD_FOPEN_MODE);
crypto/openssl/crypto/bio/bss_file.c
302
ERR_raise(ERR_LIB_BIO, ERR_R_SYS_LIB);
crypto/openssl/crypto/bio/bss_file.c
331
ERR_raise(ERR_LIB_BIO, ERR_R_SYS_LIB);
crypto/openssl/crypto/bio/bss_file.c
75
ERR_raise(ERR_LIB_BIO, BIO_R_NO_SUCH_FILE);
crypto/openssl/crypto/bio/bss_file.c
77
ERR_raise(ERR_LIB_BIO, ERR_R_SYS_LIB);
crypto/openssl/crypto/bio/bss_mem.c
221
ERR_raise(ERR_LIB_BIO, BIO_R_WRITE_TO_READ_ONLY_BIO);
crypto/openssl/crypto/bio/bss_mem.c
228
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/bio/bss_mem.c
90
ERR_raise(ERR_LIB_BIO, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/err/err.c
56
{ ERR_PACK(ERR_LIB_BIO, 0, 0), "BIO routines" },
crypto/openssl/crypto/http/http_client.c
1220
|| (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_TIMEOUT)
crypto/openssl/crypto/http/http_client.c
1221
|| (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_ERROR)
crypto/openssl/include/openssl/err.h
131
#define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL)
crypto/openssl/include/openssl/err.h
331
#define ERR_R_BIO_LIB (ERR_LIB_BIO /* 32 */ | ERR_RFLAG_COMMON)
crypto/openssl/test/helpers/noisydgrambio.c
191
ERR_raise(ERR_LIB_BIO, BIO_R_NON_FATAL);
crypto/openssl/test/helpers/noisydgrambio.c
467
ERR_raise(ERR_LIB_BIO, BIO_R_NON_FATAL);