Home
last modified time | relevance | path

Searched refs:UNUSED_PARAM (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/lib/vtls/
Drustls.c79 cr_connect(struct Curl_cfilter *cf UNUSED_PARAM, in cr_connect() argument
80 struct Curl_easy *data UNUSED_PARAM) in cr_connect() argument
353 cr_verify_none(void *userdata UNUSED_PARAM, in cr_verify_none() argument
354 const rustls_verify_server_cert_params *params UNUSED_PARAM) in cr_verify_none() argument
622 CURLINFO info UNUSED_PARAM) in cr_get_internals() argument
Dvtls.c1062 int Curl_none_shutdown(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_shutdown() argument
1063 struct Curl_easy *data UNUSED_PARAM) in Curl_none_shutdown() argument
1077 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM, in Curl_none_random() argument
1078 unsigned char *entropy UNUSED_PARAM, in Curl_none_random() argument
1079 size_t length UNUSED_PARAM) in Curl_none_random() argument
1087 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) in Curl_none_close_all() argument
1092 void Curl_none_session_free(void *ptr UNUSED_PARAM) in Curl_none_session_free() argument
1097 bool Curl_none_data_pending(struct Curl_cfilter *cf UNUSED_PARAM, in Curl_none_data_pending() argument
1098 const struct Curl_easy *data UNUSED_PARAM) in Curl_none_data_pending() argument
1110 CURLcode Curl_none_set_engine(struct Curl_easy *data UNUSED_PARAM, in Curl_none_set_engine() argument
[all …]
Dbearssl.c1108 static CURLcode bearssl_random(struct Curl_easy *data UNUSED_PARAM, in bearssl_random() argument
1151 CURLINFO info UNUSED_PARAM) in bearssl_get_internals() argument
1188 size_t sha256len UNUSED_PARAM) in bearssl_sha256sum() argument
Dmbedtls.c1228 size_t sha256len UNUSED_PARAM) argument
1247 CURLINFO info UNUSED_PARAM) argument
Dwolfssl.c1367 CURLINFO info UNUSED_PARAM) in wolfssl_get_internals() argument
Dschannel.c2611 static CURLcode schannel_random(struct Curl_easy *data UNUSED_PARAM, in schannel_random() argument
2748 CURLINFO info UNUSED_PARAM) in schannel_get_internals() argument
Dsectransp.c3282 static CURLcode sectransp_random(struct Curl_easy *data UNUSED_PARAM, argument
3455 CURLINFO info UNUSED_PARAM) argument
Dgtls.c1636 CURLINFO info UNUSED_PARAM) in gtls_get_internals() argument
/third_party/curl/lib/
Dcurl_setup.h690 # define UNUSED_PARAM __attribute__((__unused__)) macro
693 # define UNUSED_PARAM /* NOTHING */ macro
Dkrb5.c137 int level UNUSED_PARAM, in krb5_decode() argument
138 struct connectdata *conn UNUSED_PARAM) in krb5_decode() argument
/third_party/libcoap/doc/
Dupgrade_4.2.1_4.3.0.txt415 `UNUSED_PARAM` has been replaced with `COAP_UNUSED`. If `COAP_UNUSED` is used,
416 then the definition for `UNUSED_PARAM` can be removed.
/third_party/chromium/patch/
D0003-ohos-1115.patch120991 -#ifndef UNUSED_PARAM
120992 -# define UNUSED_PARAM(X) (void)(X)
121226 - UNUSED_PARAM(argc);
121235 - UNUSED_PARAM(argc);
121386 - UNUSED_PARAM(argc);
121443 - UNUSED_PARAM(argc);
121452 - UNUSED_PARAM(argc);
121461 - UNUSED_PARAM(argc);
121462 - UNUSED_PARAM(argv);
121472 - UNUSED_PARAM(argc);
[all …]