Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dvtls.c1132 int Curl_none_shutdown(struct Curl_easy *data UNUSED_PARAM, in Curl_none_shutdown() argument
1133 struct connectdata *conn UNUSED_PARAM, in Curl_none_shutdown() argument
1134 int sockindex UNUSED_PARAM) in Curl_none_shutdown() argument
1142 int Curl_none_check_cxn(struct connectdata *conn UNUSED_PARAM) in Curl_none_check_cxn() argument
1148 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM, in Curl_none_random() argument
1149 unsigned char *entropy UNUSED_PARAM, in Curl_none_random() argument
1150 size_t length UNUSED_PARAM) in Curl_none_random() argument
1158 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) in Curl_none_close_all() argument
1163 void Curl_none_session_free(void *ptr UNUSED_PARAM) in Curl_none_session_free() argument
1168 bool Curl_none_data_pending(const struct connectdata *conn UNUSED_PARAM, in Curl_none_data_pending() argument
[all …]
Drustls.c72 cr_connect(struct Curl_easy *data UNUSED_PARAM, in cr_connect() argument
73 struct connectdata *conn UNUSED_PARAM, in cr_connect() argument
74 int sockindex UNUSED_PARAM) in cr_connect() argument
266 cr_verify_none(void *userdata UNUSED_PARAM, in cr_verify_none() argument
267 const rustls_verify_server_cert_params *params UNUSED_PARAM) in cr_verify_none() argument
511 CURLINFO info UNUSED_PARAM) in cr_get_internals() argument
Dbearssl.c759 static CURLcode bearssl_random(struct Curl_easy *data UNUSED_PARAM, in bearssl_random() argument
802 CURLINFO info UNUSED_PARAM) in bearssl_get_internals() argument
832 size_t sha256len UNUSED_PARAM) in bearssl_sha256sum() argument
Dmbedtls.c1065 size_t sha256len UNUSED_PARAM) in mbedtls_sha256sum() argument
1079 CURLINFO info UNUSED_PARAM) in mbedtls_get_internals() argument
Dmesalink.c637 CURLINFO info UNUSED_PARAM) in mesalink_get_internals() argument
Dwolfssl.c1092 CURLINFO info UNUSED_PARAM) in wolfssl_get_internals() argument
Dschannel.c2271 static CURLcode schannel_random(struct Curl_easy *data UNUSED_PARAM, in schannel_random() argument
2417 CURLINFO info UNUSED_PARAM) in schannel_get_internals() argument
Dsectransp.c3262 static CURLcode sectransp_random(struct Curl_easy *data UNUSED_PARAM, argument
3425 CURLINFO info UNUSED_PARAM) argument
Dgskit.c1275 CURLINFO info UNUSED_PARAM) in gskit_get_internals() argument
Dgtls.c1624 CURLINFO info UNUSED_PARAM) in gtls_get_internals() argument
Dnss.c2446 CURLINFO info UNUSED_PARAM) in nss_get_internals() argument
/third_party/curl/lib/
Dcurl_setup.h684 # define UNUSED_PARAM __attribute__((__unused__)) macro
687 # define UNUSED_PARAM /*NOTHING*/ macro
Dkrb5.c136 int level UNUSED_PARAM, in krb5_decode() argument
137 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/sqlite/src/
Dsqlite3.c191932 #ifndef UNUSED_PARAM
191933 # define UNUSED_PARAM(X) (void)(X)
193379 UNUSED_PARAM(argc);
193400 UNUSED_PARAM(argc);
193611 UNUSED_PARAM(argc);
193847 UNUSED_PARAM(argc);
193867 UNUSED_PARAM(argc);
193927 UNUSED_PARAM(argc);
193928 UNUSED_PARAM(argv);
193972 UNUSED_PARAM(argc);
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch114829 -#ifndef UNUSED_PARAM
114830 -# define UNUSED_PARAM(X) (void)(X)
115064 - UNUSED_PARAM(argc);
115073 - UNUSED_PARAM(argc);
115224 - UNUSED_PARAM(argc);
115281 - UNUSED_PARAM(argc);
115290 - UNUSED_PARAM(argc);
115299 - UNUSED_PARAM(argc);
115300 - UNUSED_PARAM(argv);
115310 - UNUSED_PARAM(argc);
[all …]