Searched refs:UNUSED_PARAM (Results 1 – 10 of 10) sorted by relevance
/curl/lib/ |
H A D | curl_setup.h | 781 # define UNUSED_PARAM __attribute__((__unused__)) macro 784 # define UNUSED_PARAM __attribute__((__unused__)) macro 791 # define UNUSED_PARAM /* NOTHING */ macro
|
H A D | krb5.c | 136 int level UNUSED_PARAM, in krb5_decode() argument 137 struct connectdata *conn UNUSED_PARAM) in krb5_decode() argument
|
/curl/lib/vtls/ |
H A D | vtls.c | 1212 CURLcode Curl_none_shutdown(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_shutdown() argument 1213 struct Curl_easy *data UNUSED_PARAM, in Curl_none_shutdown() argument 1214 bool send_shutdown UNUSED_PARAM, in Curl_none_shutdown() argument 1233 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) in Curl_none_close_all() argument 1238 void Curl_none_session_free(void *ptr UNUSED_PARAM) in Curl_none_session_free() argument 1243 bool Curl_none_data_pending(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_data_pending() argument 1244 const struct Curl_easy *data UNUSED_PARAM) in Curl_none_data_pending() argument 1256 CURLcode Curl_none_set_engine(struct Curl_easy *data UNUSED_PARAM, in Curl_none_set_engine() argument 1257 const char *engine UNUSED_PARAM) in Curl_none_set_engine() argument 1264 CURLcode Curl_none_set_engine_default(struct Curl_easy *data UNUSED_PARAM) in Curl_none_set_engine_default() argument [all …]
|
H A D | rustls.c | 404 cr_verify_none(void *userdata UNUSED_PARAM, in cr_verify_none() argument 405 const rustls_verify_server_cert_params *params UNUSED_PARAM) in cr_verify_none() argument 959 CURLINFO info UNUSED_PARAM) in cr_get_internals() argument
|
H A D | bearssl.c | 1028 static CURLcode bearssl_random(struct Curl_easy *data UNUSED_PARAM, in bearssl_random() argument 1071 CURLINFO info UNUSED_PARAM) in bearssl_get_internals() argument 1137 size_t sha256len UNUSED_PARAM) in bearssl_sha256sum() argument
|
H A D | mbedtls.c | 1604 size_t sha256len UNUSED_PARAM) argument 1623 CURLINFO info UNUSED_PARAM) argument
|
H A D | sectransp.c | 2553 static CURLcode sectransp_random(struct Curl_easy *data UNUSED_PARAM, argument 2723 CURLINFO info UNUSED_PARAM) argument
|
H A D | schannel.c | 2485 static CURLcode schannel_random(struct Curl_easy *data UNUSED_PARAM, in schannel_random() argument 2630 CURLINFO info UNUSED_PARAM) in schannel_get_internals() argument
|
H A D | wolfssl.c | 2003 CURLINFO info UNUSED_PARAM) in wolfssl_get_internals() argument
|
H A D | gtls.c | 2249 CURLINFO info UNUSED_PARAM) in gtls_get_internals() argument
|
Completed in 45 milliseconds