Searched defs:UNUSED_PARAM (Results 1 - 16 of 16) sorted by relevance

/external/cn-cbor/src/
H A Dcbor.h114 #ifndef UNUSED_PARAM
115 #define UNUSED_PARAM(p) ((void)&(p)) macro
/external/curl/lib/
H A Dkrb5.c76 int level UNUSED_PARAM,
77 struct connectdata *conn UNUSED_PARAM)
75 krb5_decode(void *app_data, void *buf, int len, int level UNUSED_PARAM, struct connectdata *conn UNUSED_PARAM) argument
H A Dcurl_setup.h665 # define UNUSED_PARAM __attribute__((__unused__)) macro
668 # define UNUSED_PARAM /*NOTHING*/ macro
/external/curl/lib/vtls/
H A Daxtls.c698 CURLINFO info UNUSED_PARAM)
697 Curl_axtls_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dcyassl.c972 CURLINFO info UNUSED_PARAM)
971 Curl_cyassl_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dmbedtls.c1029 size_t sha256len UNUSED_PARAM)
1036 CURLINFO info UNUSED_PARAM)
1026 Curl_mbedtls_sha256sum(const unsigned char *input, size_t inputlen, unsigned char *sha256sum, size_t sha256len UNUSED_PARAM) argument
1035 Curl_mbedtls_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dpolarssl.c888 size_t sha256len UNUSED_PARAM)
895 CURLINFO info UNUSED_PARAM)
885 Curl_polarssl_sha256sum(const unsigned char *input, size_t inputlen, unsigned char *sha256sum, size_t sha256len UNUSED_PARAM) argument
894 Curl_polarssl_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dgskit.c1347 CURLINFO info UNUSED_PARAM)
1346 Curl_gskit_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dgtls.c1802 CURLINFO info UNUSED_PARAM)
1801 Curl_gtls_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dschannel.c1652 static CURLcode Curl_schannel_random(struct Curl_easy *data UNUSED_PARAM, argument
1813 CURLINFO info UNUSED_PARAM)
1812 Curl_schannel_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dvtls.c990 int Curl_none_shutdown(struct connectdata *conn UNUSED_PARAM, argument
991 int sockindex UNUSED_PARAM)
998 int Curl_none_check_cxn(struct connectdata *conn UNUSED_PARAM) argument
1004 CURLcode Curl_none_random(struct Curl_easy *data UNUSED_PARAM, argument
1005 unsigned char *entropy UNUSED_PARAM,
1006 size_t length UNUSED_PARAM)
1014 void Curl_none_close_all(struct Curl_easy *data UNUSED_PARAM) argument
1019 void Curl_none_session_free(void *ptr UNUSED_PARAM) argument
1024 bool Curl_none_data_pending(const struct connectdata *conn UNUSED_PARAM, argument
1025 int connindex UNUSED_PARAM)
1037 Curl_none_set_engine(struct Curl_easy *data UNUSED_PARAM, const char *engine UNUSED_PARAM) argument
1045 Curl_none_set_engine_default(struct Curl_easy *data UNUSED_PARAM) argument
1051 Curl_none_engines_list(struct Curl_easy *data UNUSED_PARAM) argument
1063 Curl_none_md5sum(unsigned char *input, size_t inputlen, unsigned char *md5sum, size_t md5len UNUSED_PARAM) argument
1078 Curl_none_md5sum(unsigned char *input UNUSED_PARAM, size_t inputlen UNUSED_PARAM, unsigned char *md5sum UNUSED_PARAM, size_t md5len UNUSED_PARAM) argument
[all...]
H A Ddarwinssl.c2816 static CURLcode Curl_darwinssl_random(struct Curl_easy *data UNUSED_PARAM, argument
2971 CURLINFO info UNUSED_PARAM)
2970 Curl_darwinssl_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
H A Dnss.c2339 CURLINFO info UNUSED_PARAM)
2338 Curl_nss_get_internals(struct ssl_connect_data *connssl, CURLINFO info UNUSED_PARAM) argument
/external/cn-cbor/test/
H A Dctest.h19 #ifndef UNUSED_PARAM
21 * \def UNUSED_PARAM(p);
25 # define UNUSED_PARAM(p) ((void)&(p)) macro
301 UNUSED_PARAM(t);
/external/sqlite/dist/orig/
H A Dsqlite3.c183563 # define UNUSED_PARAM macro
186640 # define UNUSED_PARAM macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c183575 # define UNUSED_PARAM macro
186652 # define UNUSED_PARAM macro
[all...]

Completed in 7403 milliseconds