Home
last modified time | relevance | path

Searched refs:send_shutdown (Results 1 – 11 of 11) sorted by relevance

/curl/lib/vtls/
H A Dvtls_int.h122 bool send_shutdown, bool *done);
172 bool send_shutdown, bool *done);
H A Dvtls.h215 int sockindex, bool send_shutdown);
H A Dvtls.c1185 bool send_shutdown UNUSED_PARAM, in Curl_none_shutdown()
1190 (void)send_shutdown; in Curl_none_shutdown()
2070 bool send_shutdown, bool *done) in vtls_shutdown_blocking() argument
2094 result = Curl_ssl->shut_down(cf, data, send_shutdown, done); in vtls_shutdown_blocking()
2122 int sockindex, bool send_shutdown) in Curl_ssl_cfilter_remove() argument
2133 result = vtls_shutdown_blocking(cf, data, send_shutdown, &done); in Curl_ssl_cfilter_remove()
H A Drustls.c968 bool send_shutdown, bool *done) in cr_shutdown() argument
990 if(send_shutdown) { in cr_shutdown()
H A Dwolfssl.c1529 bool send_shutdown, bool *done) in wolfssl_shutdown() argument
1559 if(!send_shutdown) { in wolfssl_shutdown()
1578 if(send_shutdown) { in wolfssl_shutdown()
H A Dbearssl.c1073 bool send_shutdown, bool *done) in bearssl_shutdown() argument
1088 (void)send_shutdown; /* unknown how to suppress our close notify */ in bearssl_shutdown()
H A Dmbedtls.c1192 bool send_shutdown, bool *done) argument
1215 if(send_shutdown) {
H A Dgtls.c1840 bool send_shutdown, bool *done) in gtls_shutdown() argument
1862 if(send_shutdown) { in gtls_shutdown()
H A Dsectransp.c2420 bool send_shutdown, bool *done) argument
2439 if(send_shutdown && !backend->sent_shutdown) {
H A Dschannel.c2458 bool send_shutdown, bool *done) in schannel_shutdown() argument
2477 (void)send_shutdown; in schannel_shutdown()
H A Dopenssl.c1887 bool send_shutdown, bool *done) in ossl_shutdown() argument
1919 if(!send_shutdown) { in ossl_shutdown()
1938 if(send_shutdown) { in ossl_shutdown()

Completed in 66 milliseconds