Searched refs:send_shutdown (Results 1 – 11 of 11) sorted by relevance
/curl/lib/vtls/ |
H A D | vtls_int.h | 147 bool send_shutdown, bool *done); 197 bool send_shutdown, bool *done);
|
H A D | vtls.h | 218 int sockindex, bool send_shutdown);
|
H A D | vtls.c | 1214 bool send_shutdown UNUSED_PARAM, in Curl_none_shutdown() 1219 (void)send_shutdown; in Curl_none_shutdown() 2104 bool send_shutdown, bool *done) in vtls_shutdown_blocking() argument 2128 result = Curl_ssl->shut_down(cf, data, send_shutdown, done); in vtls_shutdown_blocking() 2156 int sockindex, bool send_shutdown) in Curl_ssl_cfilter_remove() argument 2167 result = vtls_shutdown_blocking(cf, data, send_shutdown, &done); in Curl_ssl_cfilter_remove()
|
H A D | rustls.c | 970 bool send_shutdown, bool *done) in cr_shutdown() argument 992 if(send_shutdown) { in cr_shutdown()
|
H A D | wolfssl.c | 1611 bool send_shutdown, bool *done) in wolfssl_shutdown() argument 1641 if(!send_shutdown) { in wolfssl_shutdown() 1660 if(send_shutdown) { in wolfssl_shutdown()
|
H A D | bearssl.c | 1081 bool send_shutdown, bool *done) in bearssl_shutdown() argument 1096 (void)send_shutdown; /* unknown how to suppress our close notify */ in bearssl_shutdown()
|
H A D | mbedtls.c | 1210 bool send_shutdown, bool *done) argument 1233 if(send_shutdown) {
|
H A D | gtls.c | 2057 bool send_shutdown, bool *done) in gtls_shutdown() argument 2081 if(send_shutdown) { in gtls_shutdown()
|
H A D | sectransp.c | 2421 bool send_shutdown, bool *done) argument 2440 if(send_shutdown && !backend->sent_shutdown) {
|
H A D | schannel.c | 2292 bool send_shutdown, bool *done) in schannel_shutdown() argument 2311 (void)send_shutdown; in schannel_shutdown()
|
H A D | openssl.c | 1887 bool send_shutdown, bool *done) in ossl_shutdown() argument 1919 if(!send_shutdown) { in ossl_shutdown() 1938 if(send_shutdown && !(SSL_get_shutdown(octx->ssl) & SSL_SENT_SHUTDOWN)) { in ossl_shutdown()
|
Completed in 64 milliseconds