Lines Matching refs:NotUsed
8112 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
14555 int NotUsed,
14558 UNUSED_PARAMETER2(NotUsed, NotUsed2);
14569 int NotUsed,
14572 UNUSED_PARAMETER2(NotUsed, NotUsed2);
14583 int NotUsed,
14586 UNUSED_PARAMETER2(NotUsed, NotUsed2);
15151 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; }
15152 static void sqlite3MemShutdown(void *NotUsed){ return; }
15394 static int sqlite3MemInit(void *NotUsed){
15423 UNUSED_PARAMETER(NotUsed);
15430 static void sqlite3MemShutdown(void *NotUsed){
15431 UNUSED_PARAMETER(NotUsed);
15645 static int sqlite3MemInit(void *NotUsed){
15646 UNUSED_PARAMETER(NotUsed);
15659 static void sqlite3MemShutdown(void *NotUsed){
15660 UNUSED_PARAMETER(NotUsed);
16539 static int memsys3Init(void *NotUsed){
16540 UNUSED_PARAMETER(NotUsed);
16564 static void memsys3Shutdown(void *NotUsed){
16565 UNUSED_PARAMETER(NotUsed);
17131 static int memsys5Init(void *NotUsed){
17138 UNUSED_PARAMETER(NotUsed);
17189 static void memsys5Shutdown(void *NotUsed){
17190 UNUSED_PARAMETER(NotUsed);
18669 void *NotUsed,
18673 UNUSED_PARAMETER2(NotUsed, NotUsed2);
26896 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){
26897 UNUSED_PARAMETER(NotUsed);
26901 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){
26902 UNUSED_PARAMETER2(NotUsed, NotUsed2);
26905 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){
26906 UNUSED_PARAMETER2(NotUsed, NotUsed2);
30315 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */
30320 UNUSED_PARAMETER(NotUsed);
30358 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */
30364 UNUSED_PARAMETER(NotUsed);
30438 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){
30439 UNUSED_PARAMETER(NotUsed);
30450 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
30452 UNUSED_PARAMETER(NotUsed);
30460 static void (*unixDlSym(sqlite3_vfs *NotUsed, void *p, const char*zSym))(void){
30479 UNUSED_PARAMETER(NotUsed);
30483 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){
30484 UNUSED_PARAMETER(NotUsed);
30497 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){
30498 UNUSED_PARAMETER(NotUsed);
30544 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){
30551 UNUSED_PARAMETER(NotUsed);
30555 UNUSED_PARAMETER(NotUsed);
30560 UNUSED_PARAMETER(NotUsed);
30584 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
30609 UNUSED_PARAMETER(NotUsed);
30618 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){
30621 UNUSED_PARAMETER(NotUsed);
30634 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){
30635 UNUSED_PARAMETER(NotUsed);
37398 static int pcache1Init(void *NotUsed){
37399 UNUSED_PARAMETER(NotUsed);
37416 static void pcache1Shutdown(void *NotUsed){
37417 UNUSED_PARAMETER(NotUsed);
63326 int NotUsed, /* Number of arguments to the function */
63331 UNUSED_PARAMETER2(NotUsed, NotUsed2);
73002 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){
73003 UNUSED_PARAMETER2(NotUsed, NotUsed2);
75581 static int selectNodeIsConstant(Walker *pWalker, Select *NotUsed){
75582 UNUSED_PARAMETER(NotUsed);
78506 int NotUsed,
78520 UNUSED_PARAMETER(NotUsed);
78571 int NotUsed,
78585 UNUSED_PARAMETER(NotUsed);
78626 int NotUsed,
78640 UNUSED_PARAMETER(NotUsed);
80147 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){
80156 UNUSED_PARAMETER2(NotUsed, argc);
80487 int NotUsed,
80502 UNUSED_PARAMETER(NotUsed);
80674 int NotUsed,
80683 UNUSED_PARAMETER(NotUsed);
86233 int NotUsed,
86237 UNUSED_PARAMETER(NotUsed);
86563 int NotUsed,
86567 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86613 int NotUsed,
86617 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86633 int NotUsed,
86637 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86647 int NotUsed,
86651 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86901 int NotUsed,
86905 UNUSED_PARAMETER(NotUsed);
86917 int NotUsed,
86920 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86933 int NotUsed,
86936 UNUSED_PARAMETER2(NotUsed, NotUsed2);
87497 int NotUsed,
87502 UNUSED_PARAMETER(NotUsed);
93725 SQLITE_PRIVATE int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){
93731 UNUSED_PARAMETER2(NotUsed, argc);
97964 static int exprWalkNoop(Walker *NotUsed, Expr *NotUsed2){
97965 UNUSED_PARAMETER2(NotUsed, NotUsed2);
113128 void *NotUsed,
113134 UNUSED_PARAMETER(NotUsed);