Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBIO_f_ssl.pod209 BIO *sbio, *bbio, *acpt, *out;
239 acpt = BIO_new_accept("4433");
247 BIO_set_accept_bios(acpt, sbio);
251 if (BIO_do_accept(acpt) <= 0) {
258 if (BIO_do_accept(acpt) <= 0) {
265 sbio = BIO_pop(acpt);
266 BIO_free_all(acpt);
/openssl/test/
H A Dssl_old_test.c1938 BIO *acpt = NULL, *server = NULL, *client = NULL; in doit_localhost() local
1946 if (acpt == NULL) in doit_localhost()
1948 BIO_set_accept_ip_family(acpt, family); in doit_localhost()
1950 if (BIO_do_accept(acpt) <= 0) in doit_localhost()
1962 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
1978 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()
1979 if (!BIO_should_retry(acpt)) in doit_localhost()
1988 server = BIO_pop(acpt); in doit_localhost()
1989 BIO_free_all(acpt); in doit_localhost()
1990 acpt = NULL; in doit_localhost()
[all …]

Completed in 14 milliseconds