Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dvtls.c1005 int Curl_none_shutdown(struct connectdata *conn UNUSED_PARAM, in Curl_none_shutdown() argument
1006 int sockindex UNUSED_PARAM) in Curl_none_shutdown() argument
1013 int Curl_none_check_cxn(struct connectdata *conn UNUSED_PARAM) in Curl_none_check_cxn() argument
1019 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM, in Curl_none_random() argument
1020 unsigned char *entropy UNUSED_PARAM, in Curl_none_random() argument
1021 size_t length UNUSED_PARAM) in Curl_none_random() argument
1029 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) in Curl_none_close_all() argument
1034 void Curl_none_session_free(void *ptr UNUSED_PARAM) in Curl_none_session_free() argument
1039 bool Curl_none_data_pending(const struct connectdata *conn UNUSED_PARAM, in Curl_none_data_pending() argument
1040 int connindex UNUSED_PARAM) in Curl_none_data_pending() argument
[all …]
Dpolarssl.c883 size_t sha256len UNUSED_PARAM) in Curl_polarssl_sha256sum() argument
891 CURLINFO info UNUSED_PARAM) in Curl_polarssl_get_internals() argument
Dmbedtls.c1036 size_t sha256len UNUSED_PARAM) in Curl_mbedtls_sha256sum() argument
1050 CURLINFO info UNUSED_PARAM) in Curl_mbedtls_get_internals() argument
Dmesalink.c592 CURLINFO info UNUSED_PARAM) in Curl_mesalink_get_internals() argument
Dcyassl.c977 CURLINFO info UNUSED_PARAM) in Curl_cyassl_get_internals() argument
Dschannel.c2109 static CURLcode Curl_schannel_random(struct Curl_easy *data UNUSED_PARAM, in Curl_schannel_random() argument
2264 CURLINFO info UNUSED_PARAM) in Curl_schannel_get_internals() argument
Dsectransp.c3060 static CURLcode Curl_sectransp_random(struct Curl_easy *data UNUSED_PARAM, argument
3216 CURLINFO info UNUSED_PARAM) argument
Dgskit.c1344 CURLINFO info UNUSED_PARAM) in Curl_gskit_get_internals() argument
Dgtls.c1840 CURLINFO info UNUSED_PARAM) in Curl_gtls_get_internals() argument
Dnss.c2391 CURLINFO info UNUSED_PARAM) in Curl_nss_get_internals() argument
/external/cn-cbor/src/
Dcbor.h114 #ifndef UNUSED_PARAM
115 #define UNUSED_PARAM(p) ((void)&(p)) macro
Dcn-encoder.c226 UNUSED_PARAM(depth); in _encoder_visitor()
289 UNUSED_PARAM(cb); in _encoder_breaker()
290 UNUSED_PARAM(depth); in _encoder_breaker()
/external/cn-cbor/test/
Dctest.h19 #ifndef UNUSED_PARAM
25 # define UNUSED_PARAM(p) ((void)&(p)) macro
301 UNUSED_PARAM(t); in suite_all()
/external/curl/lib/
Dkrb5.c76 int level UNUSED_PARAM, in krb5_decode() argument
77 struct connectdata *conn UNUSED_PARAM) in krb5_decode() argument
Dcurl_setup.h697 # define UNUSED_PARAM __attribute__((__unused__)) macro
700 # define UNUSED_PARAM /*NOTHING*/ macro
/external/sqlite/dist/orig/
Dsqlite3.c183619 #ifndef UNUSED_PARAM
183620 # define UNUSED_PARAM(X) (void)(X)
184901 UNUSED_PARAM(argc);
184922 UNUSED_PARAM(argc);
185121 UNUSED_PARAM(argc);
185352 UNUSED_PARAM(argc);
185375 UNUSED_PARAM(argc);
185421 UNUSED_PARAM(argc);
185499 UNUSED_PARAM(pzErr);
185500 UNUSED_PARAM(argv);
[all …]
/external/sqlite/dist/
Dsqlite3.c183647 #ifndef UNUSED_PARAM
183648 # define UNUSED_PARAM(X) (void)(X)
184929 UNUSED_PARAM(argc);
184950 UNUSED_PARAM(argc);
185149 UNUSED_PARAM(argc);
185380 UNUSED_PARAM(argc);
185403 UNUSED_PARAM(argc);
185449 UNUSED_PARAM(argc);
185527 UNUSED_PARAM(pzErr);
185528 UNUSED_PARAM(argv);
[all …]