Searched refs:wants_read (Results 1 – 1 of 1) sorted by relevance
803 bool wants_read; in cr_connect_common() local867 wants_read = rustls_connection_wants_read(rconn); in cr_connect_common()870 DEBUGASSERT(wants_read || wants_write); in cr_connect_common()872 readfd = wants_read ? sockfd : CURL_SOCKET_BAD; in cr_connect_common()899 wants_read && wants_write ? "writing and reading" : in cr_connect_common()903 if(wants_read) in cr_connect_common()921 if(wants_read) { in cr_connect_common()
Completed in 8 milliseconds