Searched defs:UNUSED_PARAMETER (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h98 #define UNUSED_PARAMETER(x) (void)(x) macro
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c33 #define UNUSED_PARAMETER(x) (void)(x) macro
956 UNUSED_PARAMETER(pFile);
960 UNUSED_PARAMETER(pFile);
1174 UNUSED_PARAMETER(pAsyncVfs);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.c38 #define UNUSED_PARAMETER(x) (void)(x) macro
307 UNUSED_PARAMETER(pVfs);
394 UNUSED_PARAMETER(pVfs);
1000 UNUSED_PARAMETER(clientData);
1029 UNUSED_PARAMETER(clientData);
1058 UNUSED_PARAMETER(clientData);
1059 UNUSED_PARAMETER(objc);
1060 UNUSED_PARAMETER(objv);
H A Dshell.c197 #define UNUSED_PARAMETER(x) (void)(x) macro
306 UNUSED_PARAMETER(argc);
307 UNUSED_PARAMETER(argv);
642 UNUSED_PARAMETER(NotUsed);
1198 UNUSED_PARAMETER(azCol);
H A DsqliteInt.h591 #define UNUSED_PARAMETER(x) (void)(x) macro
592 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c118 #ifndef UNUSED_PARAMETER
119 # define UNUSED_PARAMETER(x) (void)(x) macro
1361 UNUSED_PARAMETER(tab);
1506 UNUSED_PARAMETER(iExclude);
3093 UNUSED_PARAMETER(nArg);
3127 UNUSED_PARAMETER(nArg);
/external/sqlite/dist/orig/
H A Dshell.c248 #define UNUSED_PARAMETER(x) (void)(x) macro
357 UNUSED_PARAMETER(argc);
358 UNUSED_PARAMETER(argv);
703 UNUSED_PARAMETER(NotUsed);
1458 UNUSED_PARAMETER(azCol);
H A Dsqlite3.c8774 #define UNUSED_PARAMETER(x) (void)(x) macro
8775 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
15681 UNUSED_PARAMETER(argc);
15682 UNUSED_PARAMETER(argv);
16538 UNUSED_PARAMETER(NotUsed);
16546 UNUSED_PARAMETER(NotUsed);
16761 UNUSED_PARAMETER(NotUsed);
16775 UNUSED_PARAMETER(NotUsed);
17655 UNUSED_PARAMETER(NotUse
126682 #define UNUSED_PARAMETER macro
144724 # define UNUSED_PARAMETER macro
[all...]
/external/sqlite/dist/
H A Dshell.c253 #define UNUSED_PARAMETER(x) (void)(x) macro
362 UNUSED_PARAMETER(argc);
363 UNUSED_PARAMETER(argv);
708 UNUSED_PARAMETER(NotUsed);
1463 UNUSED_PARAMETER(azCol);
H A Dsqlite3.c8774 #define UNUSED_PARAMETER(x) (void)(x) macro
8775 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
15681 UNUSED_PARAMETER(argc);
15682 UNUSED_PARAMETER(argv);
16538 UNUSED_PARAMETER(NotUsed);
16546 UNUSED_PARAMETER(NotUsed);
16761 UNUSED_PARAMETER(NotUsed);
16775 UNUSED_PARAMETER(NotUsed);
17655 UNUSED_PARAMETER(NotUse
126702 #define UNUSED_PARAMETER macro
144756 # define UNUSED_PARAMETER macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7571 #define UNUSED_PARAMETER(x) (void)(x) macro
7572 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y)
13887 UNUSED_PARAMETER(argc);
13888 UNUSED_PARAMETER(argv);
14545 UNUSED_PARAMETER(NotUsed);
14553 UNUSED_PARAMETER(NotUsed);
14767 UNUSED_PARAMETER(NotUsed);
14781 UNUSED_PARAMETER(NotUsed);
15661 UNUSED_PARAMETER(NotUse
113078 #define UNUSED_PARAMETER macro
124387 # define UNUSED_PARAMETER macro
[all...]

Completed in 2028 milliseconds