Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_sock.c433 fd_set confds; in BIO_socket_wait() local
450 FD_ZERO(&confds); in BIO_socket_wait()
451 openssl_fdset(fd, &confds); in BIO_socket_wait()
454 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
455 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()

Completed in 5 milliseconds