HomeSort by: relevance | last modified time | path
    Searched defs:BIO_socket_ioctl (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_sock.c 175 int BIO_socket_ioctl(int fd, long type, void *arg)
321 ret = BIO_socket_ioctl(s, FIONBIO, &l);
323 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */
351 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_sock.c 161 int BIO_socket_ioctl(int fd, long type, void *arg)
305 ret = BIO_socket_ioctl(s, FIONBIO, &l);
307 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */
333 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_sock.c 214 int BIO_socket_ioctl(int fd, long type, void *arg)
362 ret = BIO_socket_ioctl(s, FIONBIO, &l);
364 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */
392 /* make sure this call always pushes an error level; BIO_socket_ioctl() does so, so we do too. */

Completed in 23 milliseconds