Searched refs:BIO_set_nbio (Results 1 – 4 of 4) sorted by relevance
9 BIO_set_nbio, BIO_do_connect - connect BIO28 long BIO_set_nbio(BIO *b, long n);88 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is90 is set. Blocking I/O is the default. The call to BIO_set_nbio()136 BIO_set_nbio(), and BIO_do_connect() are macros.161 BIO_set_nbio() always returns 1.
380 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
1508 BIO_set_nbio(cbio, 1); in query_responder()
754 MLINKS+= BIO_s_connect.3 BIO_set_nbio.3