Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_sock.c395 fd_set confds; in BIO_socket_wait() local
408 FD_ZERO(&confds); in BIO_socket_wait()
409 openssl_fdset(fd, &confds); in BIO_socket_wait()
412 return select(fd + 1, for_read ? &confds : NULL, in BIO_socket_wait()
413 for_read ? NULL : &confds, NULL, &tv); in BIO_socket_wait()