Lines Matching refs:NotUsed

9277 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
16352 int NotUsed,
16355 UNUSED_PARAMETER2(NotUsed, NotUsed2);
16366 int NotUsed,
16369 UNUSED_PARAMETER2(NotUsed, NotUsed2);
16380 int NotUsed,
16383 UNUSED_PARAMETER2(NotUsed, NotUsed2);
16986 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; }
16987 static void sqlite3MemShutdown(void *NotUsed){ return; }
17245 static int sqlite3MemInit(void *NotUsed){
17274 UNUSED_PARAMETER(NotUsed);
17281 static void sqlite3MemShutdown(void *NotUsed){
17282 UNUSED_PARAMETER(NotUsed);
17496 static int sqlite3MemInit(void *NotUsed){
17497 UNUSED_PARAMETER(NotUsed);
17510 static void sqlite3MemShutdown(void *NotUsed){
17511 UNUSED_PARAMETER(NotUsed);
18390 static int memsys3Init(void *NotUsed){
18391 UNUSED_PARAMETER(NotUsed);
18415 static void memsys3Shutdown(void *NotUsed){
18416 UNUSED_PARAMETER(NotUsed);
18977 static int memsys5Init(void *NotUsed){
18984 UNUSED_PARAMETER(NotUsed);
19035 static void memsys5Shutdown(void *NotUsed){
19036 UNUSED_PARAMETER(NotUsed);
20605 void *NotUsed,
20609 UNUSED_PARAMETER2(NotUsed, NotUsed2);
27459 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){
27460 UNUSED_PARAMETER(NotUsed);
27464 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){
27465 UNUSED_PARAMETER2(NotUsed, NotUsed2);
27468 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){
27469 UNUSED_PARAMETER2(NotUsed, NotUsed2);
29337 static int unixSectorSize(sqlite3_file *NotUsed){
29338 UNUSED_PARAMETER(NotUsed);
31373 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */
31378 UNUSED_PARAMETER(NotUsed);
31425 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */
31431 UNUSED_PARAMETER(NotUsed);
31505 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){
31506 UNUSED_PARAMETER(NotUsed);
31517 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
31519 UNUSED_PARAMETER(NotUsed);
31527 static void (*unixDlSym(sqlite3_vfs *NotUsed, void *p, const char*zSym))(void){
31546 UNUSED_PARAMETER(NotUsed);
31550 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){
31551 UNUSED_PARAMETER(NotUsed);
31564 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){
31565 UNUSED_PARAMETER(NotUsed);
31611 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){
31618 UNUSED_PARAMETER(NotUsed);
31622 UNUSED_PARAMETER(NotUsed);
31627 UNUSED_PARAMETER(NotUsed);
31651 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
31676 UNUSED_PARAMETER(NotUsed);
31685 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){
31688 UNUSED_PARAMETER(NotUsed);
31701 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){
31702 UNUSED_PARAMETER(NotUsed);
40454 static int pcache1Init(void *NotUsed){
40455 UNUSED_PARAMETER(NotUsed);
40472 static void pcache1Shutdown(void *NotUsed){
40473 UNUSED_PARAMETER(NotUsed);
69643 int NotUsed, /* Number of arguments to the function */
69648 UNUSED_PARAMETER2(NotUsed, NotUsed2);
81076 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){
81077 UNUSED_PARAMETER2(NotUsed, NotUsed2);
84143 static int selectNodeIsConstant(Walker *pWalker, Select *NotUsed){
84144 UNUSED_PARAMETER(NotUsed);
87266 int NotUsed,
87280 UNUSED_PARAMETER(NotUsed);
87331 int NotUsed,
87345 UNUSED_PARAMETER(NotUsed);
87388 int NotUsed,
87402 UNUSED_PARAMETER(NotUsed);
89557 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){
89564 UNUSED_PARAMETER2(NotUsed, argc);
90016 int NotUsed,
90031 UNUSED_PARAMETER(NotUsed);
90217 int NotUsed,
90226 UNUSED_PARAMETER(NotUsed);
96500 int NotUsed,
96504 UNUSED_PARAMETER(NotUsed);
96896 int NotUsed,
96900 UNUSED_PARAMETER2(NotUsed, NotUsed2);
96946 int NotUsed,
96950 UNUSED_PARAMETER2(NotUsed, NotUsed2);
96966 int NotUsed,
96970 UNUSED_PARAMETER2(NotUsed, NotUsed2);
96980 int NotUsed,
96984 UNUSED_PARAMETER2(NotUsed, NotUsed2);
97270 int NotUsed,
97274 UNUSED_PARAMETER(NotUsed);
97286 int NotUsed,
97289 UNUSED_PARAMETER2(NotUsed, NotUsed2);
97302 int NotUsed,
97305 UNUSED_PARAMETER2(NotUsed, NotUsed2);
97929 int NotUsed,
97934 UNUSED_PARAMETER(NotUsed);
105624 SQLITE_PRIVATE int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){
105630 UNUSED_PARAMETER2(NotUsed, argc);
110866 static int exprWalkNoop(Walker *NotUsed, Expr *NotUsed2){
110867 UNUSED_PARAMETER2(NotUsed, NotUsed2);
128832 void *NotUsed,
128838 UNUSED_PARAMETER(NotUsed);