Home
last modified time | relevance | path

Searched refs:acpt (Results 1 – 2 of 2) sorted by relevance

/openssl-master/doc/man3/
A DBIO_f_ssl.pod205 BIO *sbio, *bbio, *acpt, *out;
235 acpt = BIO_new_accept("4433");
243 BIO_set_accept_bios(acpt, sbio);
247 if (BIO_do_accept(acpt) <= 0) {
254 sbio = BIO_pop(acpt);
255 BIO_free_all(acpt);
/openssl-master/test/
A Dssl_old_test.c1881 BIO *acpt = NULL, *server = NULL, *client = NULL; in doit_localhost() local
1889 if (acpt == NULL) in doit_localhost()
1891 BIO_set_accept_ip_family(acpt, family); in doit_localhost()
1893 if (BIO_do_accept(acpt) <= 0) in doit_localhost()
1905 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
1921 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()
1922 if (!BIO_should_retry(acpt)) in doit_localhost()
1931 server = BIO_pop(acpt); in doit_localhost()
1932 BIO_free_all(acpt); in doit_localhost()
1933 acpt = NULL; in doit_localhost()
[all …]

Completed in 9 milliseconds