Searched refs:BIO_do_accept (Results 1 – 10 of 10) sorted by relevance
9 BIO_set_bind_mode, BIO_get_bind_mode, BIO_do_accept - accept BIO36 int BIO_do_accept(BIO *b);104 BIO_do_accept() serves two functions. When it is first107 and subsequent calls to BIO_do_accept() will await an incoming146 If the underlying accept socket is nonblocking and BIO_do_accept() is157 BIO_set_bind_mode(), BIO_get_bind_mode() and BIO_do_accept() are macros.161 BIO_do_accept(),186 if (BIO_do_accept(abio) <= 0) {193 if (BIO_do_accept(abio) <= 0) {206 if (BIO_do_accept(abio) <= 0) {
248 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()
97 BIO_do_accept define
1311 if (BIO_do_accept(acbio) <= 0) { in init_responder()1375 if (BIO_do_accept(acbio) <= 0) in do_responder()
406 # define BIO_do_accept(b) BIO_do_handshake(b) macro
1929 if (BIO_do_accept(acpt) <= 0) in doit_localhost()1957 if (BIO_do_accept(acpt) <= 0) { in doit_localhost()