/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BIO_s_fd.pod | 5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO 14 int BIO_get_fd(BIO *b, int *c); 41 BIO_get_fd() places the file descriptor in B<c> if it is not NULL, it also 57 BIO_set_fd() and BIO_get_fd() are implemented as macros. 65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
|
H A D | BIO_s_connect.pod | 56 BIO_get_fd() places the underlying socket in B<c> if it is not NULL, 142 BIO_get_fd() returns the socket or -1 if the BIO has not
|
H A D | BIO_s_accept.pod | 62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BIO_s_fd.pod | 5 BIO_s_fd, BIO_set_fd, BIO_get_fd, BIO_new_fd - file descriptor BIO 14 int BIO_get_fd(BIO *b, int *c); 41 BIO_get_fd() places the file descriptor of BIO B<b> in B<c> if it is not NULL. 57 BIO_set_fd() and BIO_get_fd() are implemented as macros. 65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
|
H A D | BIO_s_accept.pod | 62 BIO_get_fd() and BIO_set_fd() can be called to retrieve or set
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | http_server.c | 243 BIO_get_fd(acbio, &asock); in http_server_init_bio() 319 (void)BIO_get_fd(cbio, &acfd); in http_server_get_asn1_req()
|
/netbsd/external/bsd/libevent/dist/ |
H A D | bufferevent_openssl.c | 1241 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct() 1455 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
|
/netbsd/external/bsd/ntp/dist/sntp/libevent/ |
H A D | bufferevent_openssl.c | 1222 fd = BIO_get_fd(bio, NULL); in be_openssl_destruct() 1439 have_fd = BIO_get_fd(bio, NULL); in bufferevent_openssl_socket_new()
|
/netbsd/crypto/external/bsd/openssl.old/dist/util/ |
H A D | private.num | 116 BIO_get_fd define
|
/netbsd/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ocsp.c | 1384 (void) BIO_get_fd(cbio, &acfd); in do_responder() 1517 if (BIO_get_fd(cbio, &fd) < 0) { in query_responder()
|
H A D | s_server.c | 2811 BIO_get_fd(wbio, &fd); in init_ssl_connection()
|
/netbsd/crypto/external/bsd/openssl/dist/util/ |
H A D | other.syms | 179 BIO_get_fd define
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bio_lib.c | 872 if (BIO_get_fd(bio, &fd) > 0 && fd < FD_SETSIZE) in bio_wait()
|
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | bio.h | 413 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
|
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 1334 BIO_get_fd(r, &ret); in SSL_get_rfd() 1346 BIO_get_fd(r, &ret); in SSL_get_wfd() 1374 || (int)BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd() 1395 || ((int)BIO_get_fd(wbio, NULL) != fd)) { in SSL_set_rfd()
|
/netbsd/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_lib.c | 1360 BIO_get_fd(r, &ret); in SSL_get_rfd() 1372 BIO_get_fd(r, &ret); in SSL_get_wfd() 1409 || (int)BIO_get_fd(rbio, NULL) != fd) { in SSL_set_wfd() 1439 || ((int)BIO_get_fd(wbio, NULL) != fd)) { in SSL_set_rfd()
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | bio.h.in | 465 # define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)(c)) macro
|
/netbsd/crypto/external/bsd/openssl/dist/apps/ |
H A D | s_server.c | 2865 BIO_get_fd(wbio, &fd); in init_ssl_connection()
|