Home
last modified time | relevance | path

Searched defs:UNUSED_PARAM (Results 1 – 14 of 14) sorted by relevance

/external/curl/lib/vtls/
Drustls.c77 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()
Dvtls.c1051 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 …]
Dbearssl.c1059 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()
Dmbedtls.c1216 size_t sha256len UNUSED_PARAM)
1235 CURLINFO info UNUSED_PARAM)
Dschannel.c2604 static CURLcode schannel_random(struct Curl_easy *data UNUSED_PARAM, in schannel_random()
2741 CURLINFO info UNUSED_PARAM) in schannel_get_internals()
Dwolfssl.c1306 CURLINFO info UNUSED_PARAM) in wolfssl_get_internals()
Dsectransp.c3258 static CURLcode sectransp_random(struct Curl_easy *data UNUSED_PARAM,
3428 CURLINFO info UNUSED_PARAM)
Dgtls.c1621 CURLINFO info UNUSED_PARAM) in gtls_get_internals()
Dgskit.c1283 CURLINFO info UNUSED_PARAM) in gskit_get_internals()
Dnss.c2457 CURLINFO info UNUSED_PARAM) in nss_get_internals()
/external/curl/lib/
Dcurl_setup.h695 # define UNUSED_PARAM __attribute__((__unused__)) macro
698 # define UNUSED_PARAM /* NOTHING */ macro
Dkrb5.c137 int level UNUSED_PARAM, in krb5_decode()
138 struct connectdata *conn UNUSED_PARAM) in krb5_decode()
/external/cn-cbor/src/
Dcbor.h115 #define UNUSED_PARAM(p) ((void)&(p)) macro
/external/cn-cbor/test/
Dctest.h25 # define UNUSED_PARAM(p) ((void)&(p)) macro