Searched defs:SSL_ERROR_WANT_WRITE (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h442 /* SSL_ERROR_WANT_WRITE indicates the operation failed attempting to write to
445 #define SSL_ERROR_WANT_WRITE 3 macro
550 * |SSL_ERROR_WANT_WRITE| may be used to determine if the retransmit failed due
556 * TODO(davidben): This |SSL_ERROR_WANT_WRITE| behavior is kind of bizarre. */
2919 * If retrying a failed operation due to |SSL_ERROR_WANT_WRITE|, subsequent
/external/boringssl/src/include/openssl/
H A Dssl.h442 /* SSL_ERROR_WANT_WRITE indicates the operation failed attempting to write to
445 #define SSL_ERROR_WANT_WRITE 3 macro
550 * |SSL_ERROR_WANT_WRITE| may be used to determine if the retransmit failed due
556 * TODO(davidben): This |SSL_ERROR_WANT_WRITE| behavior is kind of bizarre. */
2919 * If retrying a failed operation due to |SSL_ERROR_WANT_WRITE|, subsequent

Completed in 141 milliseconds