Searched defs:UNUSED_PARAM (Results 1 – 14 of 14) sorted by relevance
/external/curl/lib/vtls/ |
D | rustls.c | 77 cr_connect(struct Curl_cfilter *cf UNUSED_PARAM, in cr_connect() 78 struct Curl_easy *data UNUSED_PARAM) in cr_connect() 324 cr_verify_none(void *userdata UNUSED_PARAM, in cr_verify_none() 325 const rustls_verify_server_cert_params *params UNUSED_PARAM) in cr_verify_none() 591 CURLINFO info UNUSED_PARAM) in cr_get_internals()
|
D | vtls.c | 1051 int Curl_none_shutdown(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_shutdown() 1052 struct Curl_easy *data UNUSED_PARAM) in Curl_none_shutdown() 1066 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM, in Curl_none_random() 1067 unsigned char *entropy UNUSED_PARAM, in Curl_none_random() 1068 size_t length UNUSED_PARAM) in Curl_none_random() 1076 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) in Curl_none_close_all() 1081 void Curl_none_session_free(void *ptr UNUSED_PARAM) in Curl_none_session_free() 1086 bool Curl_none_data_pending(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_data_pending() 1087 const struct Curl_easy *data UNUSED_PARAM) in Curl_none_data_pending() 1099 CURLcode Curl_none_set_engine(struct Curl_easy *data UNUSED_PARAM, in Curl_none_set_engine() [all …]
|
D | bearssl.c | 1059 static CURLcode bearssl_random(struct Curl_easy *data UNUSED_PARAM, in bearssl_random() 1102 CURLINFO info UNUSED_PARAM) in bearssl_get_internals() 1137 size_t sha256len UNUSED_PARAM) in bearssl_sha256sum()
|
D | mbedtls.c | 1216 size_t sha256len UNUSED_PARAM) 1235 CURLINFO info UNUSED_PARAM)
|
D | schannel.c | 2604 static CURLcode schannel_random(struct Curl_easy *data UNUSED_PARAM, in schannel_random() 2741 CURLINFO info UNUSED_PARAM) in schannel_get_internals()
|
D | wolfssl.c | 1306 CURLINFO info UNUSED_PARAM) in wolfssl_get_internals()
|
D | sectransp.c | 3258 static CURLcode sectransp_random(struct Curl_easy *data UNUSED_PARAM, 3428 CURLINFO info UNUSED_PARAM)
|
D | gtls.c | 1621 CURLINFO info UNUSED_PARAM) in gtls_get_internals()
|
D | gskit.c | 1283 CURLINFO info UNUSED_PARAM) in gskit_get_internals()
|
D | nss.c | 2457 CURLINFO info UNUSED_PARAM) in nss_get_internals()
|
/external/curl/lib/ |
D | curl_setup.h | 695 # define UNUSED_PARAM __attribute__((__unused__)) macro 698 # define UNUSED_PARAM /* NOTHING */ macro
|
D | krb5.c | 137 int level UNUSED_PARAM, in krb5_decode() 138 struct connectdata *conn UNUSED_PARAM) in krb5_decode()
|
/external/cn-cbor/src/ |
D | cbor.h | 115 #define UNUSED_PARAM(p) ((void)&(p)) macro
|
/external/cn-cbor/test/ |
D | ctest.h | 25 # define UNUSED_PARAM(p) ((void)&(p)) macro
|