Lines Matching refs:NotUsed
16362 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
27038 int NotUsed,
27041 UNUSED_PARAMETER2(NotUsed, NotUsed2);
27052 int NotUsed,
27055 UNUSED_PARAMETER2(NotUsed, NotUsed2);
27175 int NotUsed,
27178 UNUSED_PARAMETER2(NotUsed, NotUsed2);
27865 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; }
27866 static void sqlite3MemShutdown(void *NotUsed){ return; }
28130 static int sqlite3MemInit(void *NotUsed){
28150 UNUSED_PARAMETER(NotUsed);
28157 static void sqlite3MemShutdown(void *NotUsed){
28158 UNUSED_PARAMETER(NotUsed);
28373 static int sqlite3MemInit(void *NotUsed){
28374 UNUSED_PARAMETER(NotUsed);
28387 static void sqlite3MemShutdown(void *NotUsed){
28388 UNUSED_PARAMETER(NotUsed);
29268 static int memsys3Init(void *NotUsed){
29269 UNUSED_PARAMETER(NotUsed);
29293 static void memsys3Shutdown(void *NotUsed){
29294 UNUSED_PARAMETER(NotUsed);
29865 static int memsys5Init(void *NotUsed){
29872 UNUSED_PARAMETER(NotUsed);
29923 static void memsys5Shutdown(void *NotUsed){
29924 UNUSED_PARAMETER(NotUsed);
42557 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){
42558 UNUSED_PARAMETER(NotUsed);
42562 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){
42563 UNUSED_PARAMETER2(NotUsed, NotUsed2);
42566 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){
42567 UNUSED_PARAMETER2(NotUsed, NotUsed2);
46998 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */
47003 UNUSED_PARAMETER(NotUsed);
47046 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */
47051 UNUSED_PARAMETER(NotUsed);
47205 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){
47206 UNUSED_PARAMETER(NotUsed);
47217 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
47219 UNUSED_PARAMETER(NotUsed);
47227 static void (*unixDlSym(sqlite3_vfs *NotUsed, void *p, const char*zSym))(void){
47246 UNUSED_PARAMETER(NotUsed);
47250 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){
47251 UNUSED_PARAMETER(NotUsed);
47264 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){
47265 UNUSED_PARAMETER(NotUsed);
47311 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){
47323 UNUSED_PARAMETER(NotUsed);
47328 UNUSED_PARAMETER(NotUsed);
47333 UNUSED_PARAMETER(NotUsed);
47357 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
47379 UNUSED_PARAMETER(NotUsed);
47389 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){
47392 UNUSED_PARAMETER(NotUsed);
47407 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){
47408 UNUSED_PARAMETER(NotUsed);
58329 static int pcache1Init(void *NotUsed){
58330 UNUSED_PARAMETER(NotUsed);
58382 static void pcache1Shutdown(void *NotUsed){
58383 UNUSED_PARAMETER(NotUsed);
71321 int notUsed;
71322 rc = walTryBeginRead(pWal, ¬Used, 1, &cnt);
84340 i64 notUsed;
84347 checkTreePage(&sCheck, aRoot[i], ¬Used, LARGEST_INT64);
92147 u32 notUsed;
92155 idx += getVarint32(aKey+idx, notUsed);
94976 "id", "parent", "notused", "detail" /* EQP */
110308 SQLITE_PRIVATE int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){
110309 UNUSED_PARAMETER2(NotUsed, NotUsed2);
110317 SQLITE_PRIVATE int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){
110318 UNUSED_PARAMETER2(NotUsed, NotUsed2);
114953 SQLITE_PRIVATE int sqlite3SelectWalkFail(Walker *pWalker, Select *NotUsed){
114954 UNUSED_PARAMETER(NotUsed);
121882 int NotUsed,
121905 UNUSED_PARAMETER(NotUsed);
122106 int NotUsed,
122115 UNUSED_PARAMETER(NotUsed);
122289 int NotUsed,
122303 UNUSED_PARAMETER(NotUsed);
122402 int NotUsed,
122418 UNUSED_PARAMETER(NotUsed);
122528 int NotUsed,
122548 UNUSED_PARAMETER(NotUsed);
122871 int NotUsed,
122884 UNUSED_PARAMETER(NotUsed);
123006 int NotUsed,
123017 UNUSED_PARAMETER(NotUsed);
123178 int NotUsed,
123183 (void)NotUsed;
123288 int NotUsed,
123296 (void)NotUsed;
125002 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){
125009 UNUSED_PARAMETER2(NotUsed, argc);
125500 int NotUsed,
125516 UNUSED_PARAMETER(NotUsed);
125710 int NotUsed,
125720 UNUSED_PARAMETER(NotUsed);
133791 int NotUsed,
133796 UNUSED_PARAMETER(NotUsed);
134268 int NotUsed,
134272 UNUSED_PARAMETER2(NotUsed, NotUsed2);
134318 int NotUsed,
134322 UNUSED_PARAMETER2(NotUsed, NotUsed2);
134338 int NotUsed,
134342 UNUSED_PARAMETER2(NotUsed, NotUsed2);
134352 int NotUsed,
134356 UNUSED_PARAMETER2(NotUsed, NotUsed2);
134690 int NotUsed,
134694 UNUSED_PARAMETER(NotUsed);
134706 int NotUsed,
134709 UNUSED_PARAMETER2(NotUsed, NotUsed2);
134722 int NotUsed,
134725 UNUSED_PARAMETER2(NotUsed, NotUsed2);
135802 int NotUsed,
135807 UNUSED_PARAMETER(NotUsed);
147759 SQLITE_PRIVATE int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){
147765 UNUSED_PARAMETER2(NotUsed, argc);
155110 SQLITE_PRIVATE void sqlite3SelectWalkAssert2(Walker *NotUsed, Select *NotUsed2){
155111 UNUSED_PARAMETER2(NotUsed, NotUsed2);
158880 static int sqlite3ReturningSubqueryVarSelect(Walker *NotUsed, Expr *pExpr){
158881 UNUSED_PARAMETER(NotUsed);
174760 Bitmask notUsed;
174762 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], ¬Used);
188147 void *NotUsed,
188152 UNUSED_PARAMETER(NotUsed);
188199 void *NotUsed,
188205 UNUSED_PARAMETER(NotUsed);
189301 int NotUsed, /* Number of arguments to the function */
189306 UNUSED_PARAMETER2(NotUsed, NotUsed2);
226264 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
238736 int nFk, notUsed;
238737 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, ¬Used, 0);