Home
last modified time | relevance | path

Searched refs:WANT_WRITE (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/examples/
H A Dclient.c65 enum { IO_NONE, WANT_READ, WANT_WRITE }; enumerator
82 /* WANT_READ if SSL/TLS connection needs more input; or WANT_WRITE
177 (err == SSL_ERROR_WANT_READ ? WANT_READ : WANT_WRITE); in send_callback()
207 (err == SSL_ERROR_WANT_READ ? WANT_READ : WANT_WRITE); in recv_callback()
470 connection->want_io == WANT_WRITE) { in ctl_poll()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c172 WANT_READ : WANT_WRITE); in spdy_cb_send()
193 connection->want_io |= WANT_WRITE; in spdy_cb_send()
243 WANT_READ : WANT_WRITE); in spdy_cb_recv()
660 connection->want_io & WANT_WRITE)
687 connection->want_io & WANT_WRITE) in spdy_ctl_select()
H A Dmhd2spdy_structures.h53 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
63 WANT_WRITE enumerator
H A Dmhd2spdy_http.c222 proxy->spdy_connection->want_io |= WANT_WRITE; in http_cb_request()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c104 WANT_WRITE enumerator
110 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
238 WANT_READ : WANT_WRITE); in send_callback()
270 WANT_READ : WANT_WRITE); in recv_callback()
584 connection->want_io == WANT_WRITE) { in ctl_poll()
H A Dtest_request_response.c86 WANT_WRITE enumerator
92 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
220 WANT_READ : WANT_WRITE); in send_callback()
252 WANT_READ : WANT_WRITE); in recv_callback()
572 connection->want_io == WANT_WRITE) { in ctl_poll()
H A Dtest_notls.c83 WANT_WRITE enumerator
88 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
224 connection->want_io = WANT_WRITE; in send_callback()
536 connection->want_io == WANT_WRITE) { in ctl_poll()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs27 pub const WANT_WRITE: ErrorCode = ErrorCode(ffi::SSL_ERROR_WANT_WRITE); consts
108 ErrorCode::WANT_WRITE => match self.io_error() { in fmt()
H A Dmod.rs3444 ErrorCode::WANT_READ | ErrorCode::WANT_WRITE => { in handshake()
3752 ErrorCode::WANT_READ | ErrorCode::WANT_WRITE => { in make_error()
3906 ErrorCode::WANT_READ | ErrorCode::WANT_WRITE => { in connect()
3925 ErrorCode::WANT_READ | ErrorCode::WANT_WRITE => { in accept()
3950 ErrorCode::WANT_READ | ErrorCode::WANT_WRITE => { in handshake()

Completed in 15 milliseconds