Searched refs:BIO_do_accept (Results 1 – 5 of 5) sorted by relevance
7 BIO_get_bind_mode, BIO_do_accept - accept BIO30 int BIO_do_accept(BIO *b);91 BIO_do_accept() serves two functions. When it is first94 and subsequent calls to BIO_do_accept() will await an incoming133 If the underlying accept socket is non-blocking and BIO_do_accept() is142 BIO_do_accept() are macros.158 if(BIO_do_accept(abio) <= 0) {165 if(BIO_do_accept(abio) <= 0) {176 if(BIO_do_accept(abio) <= 0) {
263 if(BIO_do_accept(acpt) <= 0) {270 if(BIO_do_accept(acpt) <= 0) {
1125 if (BIO_do_accept(acbio) <= 0) { in init_responder()1147 if (BIO_do_accept(acbio) <= 0) { in do_responder()
500 # define BIO_do_accept(b) BIO_do_handshake(b) macro
271 MLINKS+= BIO_s_accept.3 BIO_do_accept.3