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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbio.h168 #define BIO_FLAGS_WRITE 0x02 macro
170 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
206 ((b)->flags|=(BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
217 #define BIO_should_write(a) ((a)->flags & BIO_FLAGS_WRITE)
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c427 BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY);

Completed in 92 milliseconds