Searched refs:BIO_do_accept (Results 1 – 12 of 12) sorted by relevance
9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO36 int BIO_do_accept(BIO *b);112 BIO_do_accept() serves two functions. When it is first115 and subsequent calls to BIO_do_accept() will await an incoming154 If the underlying accept socket is nonblocking and BIO_do_accept() is165 BIO_set_bind_mode(), BIO_get_bind_mode() and BIO_do_accept() are macros.169 BIO_do_accept(),192 /* First call to BIO_do_accept() sets up accept BIO */194 if (BIO_do_accept(abio) <= 0) {201 if (BIO_do_accept(abio) <= 0) {[all …]
246 /* First call to BIO_do_accept() sets up accept BIO */247 if (BIO_do_accept(acpt) <= 0) {253 /* Second call to BIO_do_accept() waits for incoming connection */254 if (BIO_do_accept(acpt) <= 0) {
63 if (BIO_do_accept(in) <= 0) in main()
93 if (BIO_do_accept(in) <= 0) in main()
116 if (BIO_do_accept(in) <= 0) in main()
108 if (BIO_do_accept(in) <= 0) in main()
237 if (BIO_do_accept(acbio) <= 0) { in http_server_init_bio()303 if (BIO_do_accept(acbio) <= 0) in http_server_get_asn1_req()
157 BIO_do_accept define
1937 if (BIO_do_accept(acpt) <= 0) in doit_localhost()1965 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()
482 # define BIO_do_accept(b) BIO_do_handshake(b) macro
459 # define BIO_do_accept(b) BIO_do_handshake(b) macro
789 MLINKS+= BIO_s_accept.3 BIO_do_accept.3