Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
H A 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()
/third_party/openssl/crypto/bio/
H A 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()

Completed in 2 milliseconds