Home
last modified time | relevance | path

Searched refs:confds (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/bio/
H A Dbio_sock.c431 fd_set confds; in BIO_socket_wait() local
448 FD_ZERO(&confds); in BIO_socket_wait()
449 openssl_fdset(fd, &confds); in BIO_socket_wait()
452 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
453 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()

Completed in 6 milliseconds