Searched refs:UNUSED_PARAMETER (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_noop.c41 UNUSED_PARAMETER(id);
44 static void noopMutexFree(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; }
45 static void noopMutexEnter(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; }
47 UNUSED_PARAMETER(p);
50 static void noopMutexLeave(sqlite3_mutex *p){ UNUSED_PARAMETER(p); return; }
H A Dmem1.c118 UNUSED_PARAMETER(NotUsed);
126 UNUSED_PARAMETER(NotUsed);
H A Dtest_rtree.c18 /* Solely for the UNUSED_PARAMETER() macro. */
241 UNUSED_PARAMETER(clientData);
242 UNUSED_PARAMETER(interp);
243 UNUSED_PARAMETER(objc);
244 UNUSED_PARAMETER(objv);
269 UNUSED_PARAMETER(clientData);
270 UNUSED_PARAMETER(interp);
271 UNUSED_PARAMETER(objc);
272 UNUSED_PARAMETER(objv);
H A Dtest_thread.c80 UNUSED_PARAMETER(flags);
186 UNUSED_PARAMETER(clientData);
187 UNUSED_PARAMETER(objc);
233 UNUSED_PARAMETER(objc);
254 UNUSED_PARAMETER(pArg);
255 UNUSED_PARAMETER(nBusy);
280 UNUSED_PARAMETER(clientData);
281 UNUSED_PARAMETER(objc);
309 UNUSED_PARAMETER(clientData);
310 UNUSED_PARAMETER(obj
[all...]
H A Dfunc.c70 UNUSED_PARAMETER(NotUsed);
93 UNUSED_PARAMETER(argc);
127 UNUSED_PARAMETER(argc);
327 UNUSED_PARAMETER(argc);
347 UNUSED_PARAMETER(argc);
430 UNUSED_PARAMETER(argc);
740 UNUSED_PARAMETER(NotUsed);
790 UNUSED_PARAMETER(argc);
814 UNUSED_PARAMETER(argc);
843 UNUSED_PARAMETER(arg
[all...]
H A Dos_win.c478 UNUSED_PARAMETER(dwFileOffsetHigh);
479 UNUSED_PARAMETER(nNumberOfBytesToLockHigh);
542 UNUSED_PARAMETER(dwFileOffsetHigh);
543 UNUSED_PARAMETER(nNumberOfBytesToUnlockHigh);
602 UNUSED_PARAMETER(dwReserved);
603 UNUSED_PARAMETER(nNumberOfBytesToLockHigh);
830 UNUSED_PARAMETER(id);
842 UNUSED_PARAMETER(flags);
1212 UNUSED_PARAMETER(id);
1702 UNUSED_PARAMETER(f
[all...]
H A Dmemjournal.c131 UNUSED_PARAMETER(iOfst);
171 UNUSED_PARAMETER(size);
H A Dos_unix.c405 UNUSED_PARAMETER(pNotUsed);
446 UNUSED_PARAMETER(pNotUsed);
462 UNUSED_PARAMETER(p);
1811 UNUSED_PARAMETER(NotUsed);
3170 ** up the real code with the UNUSED_PARAMETER() macros.
3173 UNUSED_PARAMETER(fd);
3174 UNUSED_PARAMETER(fullSync);
3175 UNUSED_PARAMETER(dataOnly);
3177 UNUSED_PARAMETER(dataOnly);
3179 UNUSED_PARAMETER(fullSyn
[all...]
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 Dmutex_w32.c279 UNUSED_PARAMETER(p);
H A Dos_os2.c230 UNUSED_PARAMETER(pFile);
593 UNUSED_PARAMETER(id);
601 UNUSED_PARAMETER(id);
1327 UNUSED_PARAMETER(id);
1490 UNUSED_PARAMETER(pVfs);
1636 UNUSED_PARAMETER(pVfs);
1831 UNUSED_PARAMETER(pVfs);
H A Dalter.c53 UNUSED_PARAMETER(NotUsed);
118 UNUSED_PARAMETER(NotUsed);
173 UNUSED_PARAMETER(NotUsed);
H A Dmem3.c553 UNUSED_PARAMETER(NotUsed);
578 UNUSED_PARAMETER(NotUsed);
658 UNUSED_PARAMETER(zFilename);
H A Dattach.c76 UNUSED_PARAMETER(NotUsed);
247 UNUSED_PARAMETER(NotUsed);
H A Dmem2.c189 UNUSED_PARAMETER(NotUsed);
203 UNUSED_PARAMETER(NotUsed);
H A Dmem5.c462 UNUSED_PARAMETER(NotUsed);
514 UNUSED_PARAMETER(NotUsed);
H A Danalyze.c576 UNUSED_PARAMETER(db);
577 UNUSED_PARAMETER(pIdx);
H A Dpcache1.c518 UNUSED_PARAMETER(NotUsed);
536 UNUSED_PARAMETER(NotUsed);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c72 UNUSED_PARAMETER(pUnused);
143 UNUSED_PARAMETER(pVTab);
193 UNUSED_PARAMETER(pVTab);
344 UNUSED_PARAMETER(nVal);
H A Dfts3_porter.c66 UNUSED_PARAMETER(argc);
67 UNUSED_PARAMETER(argv);
97 UNUSED_PARAMETER(pTokenizer);
H A Dfts3Int.h98 #define UNUSED_PARAMETER(x) (void)(x) macro
H A Dfts3_tokenizer1.c121 UNUSED_PARAMETER(pTokenizer);
H A Dfts3.c1108 UNUSED_PARAMETER(pVTab);
2016 UNUSED_PARAMETER(p);
2017 UNUSED_PARAMETER(zTerm);
2018 UNUSED_PARAMETER(nTerm);
3055 UNUSED_PARAMETER(idxStr);
3056 UNUSED_PARAMETER(nVal);
3215 UNUSED_PARAMETER(pVtab);
3226 UNUSED_PARAMETER(pVtab);
3406 UNUSED_PARAMETER(nVal);
3434 UNUSED_PARAMETER(nVa
[all...]
H A Dfts3_snippet.c233 UNUSED_PARAMETER(iPhrase);
275 UNUSED_PARAMETER(pExpr);
276 UNUSED_PARAMETER(iPhrase);
1427 UNUSED_PARAMETER(iPhrase);
/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);

Completed in 250 milliseconds

12