Home
last modified time | relevance | path

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

/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.h625 # define UNUSED_PARAM __attribute__((__unused__)) macro
628 # define UNUSED_PARAM /*NOTHING*/ macro
/external/sqlite/dist/
Dsqlite3.c163617 #define UNUSED_PARAM(X) (void)(X)
164761 UNUSED_PARAM(argc);
165092 UNUSED_PARAM(argc);
165141 UNUSED_PARAM(pzErr);
165142 UNUSED_PARAM(argv);
165143 UNUSED_PARAM(argc);
165144 UNUSED_PARAM(pAux);
165166 UNUSED_PARAM(p);
165400 UNUSED_PARAM(tab);
165440 UNUSED_PARAM(idxStr);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c163587 #define UNUSED_PARAM(X) (void)(X)
164731 UNUSED_PARAM(argc);
165062 UNUSED_PARAM(argc);
165111 UNUSED_PARAM(pzErr);
165112 UNUSED_PARAM(argv);
165113 UNUSED_PARAM(argc);
165114 UNUSED_PARAM(pAux);
165136 UNUSED_PARAM(p);
165370 UNUSED_PARAM(tab);
165410 UNUSED_PARAM(idxStr);
[all …]