Searched refs:BIO_socket_nbio (Results 1 – 3 of 3) sorted by relevance
90 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_connect()307 if (!BIO_socket_nbio(sock, (options & BIO_SOCK_NONBLOCK) != 0)) in BIO_listen()435 if (!BIO_socket_nbio(accepted_sock, (options & BIO_SOCK_NONBLOCK) != 0)) { in BIO_accept_ex()
350 int BIO_socket_nbio(int s, int mode) in BIO_socket_nbio() function
769 if (!BIO_socket_nbio(b->num, num != 0)) in dgram_ctrl()
Completed in 11 milliseconds