Searched refs:confds (Results 1 – 1 of 1) sorted by relevance
395 fd_set confds; in BIO_socket_wait() local408 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()