Home | History | Annotate | Download | only in orig

Lines Matching refs:NotUsed

9926 ** it is generally named "NotUsed" or "NotUsed2" to make things even clearer.
17111 int NotUsed,
17114 UNUSED_PARAMETER2(NotUsed, NotUsed2);
17125 int NotUsed,
17128 UNUSED_PARAMETER2(NotUsed, NotUsed2);
17139 int NotUsed,
17142 UNUSED_PARAMETER2(NotUsed, NotUsed2);
17748 static int sqlite3MemInit(void *NotUsed){ return SQLITE_OK; }
17749 static void sqlite3MemShutdown(void *NotUsed){ return; }
18008 static int sqlite3MemInit(void *NotUsed){
18037 UNUSED_PARAMETER(NotUsed);
18044 static void sqlite3MemShutdown(void *NotUsed){
18045 UNUSED_PARAMETER(NotUsed);
18260 static int sqlite3MemInit(void *NotUsed){
18261 UNUSED_PARAMETER(NotUsed);
18274 static void sqlite3MemShutdown(void *NotUsed){
18275 UNUSED_PARAMETER(NotUsed);
19155 static int memsys3Init(void *NotUsed){
19156 UNUSED_PARAMETER(NotUsed);
19180 static void memsys3Shutdown(void *NotUsed){
19181 UNUSED_PARAMETER(NotUsed);
19743 static int memsys5Init(void *NotUsed){
19750 UNUSED_PARAMETER(NotUsed);
19801 static void memsys5Shutdown(void *NotUsed){
19802 UNUSED_PARAMETER(NotUsed);
28637 static int nolockCheckReservedLock(sqlite3_file *NotUsed, int *pResOut){
28638 UNUSED_PARAMETER(NotUsed);
28642 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){
28643 UNUSED_PARAMETER2(NotUsed, NotUsed2);
28646 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){
28647 UNUSED_PARAMETER2(NotUsed, NotUsed2);
30514 static int unixSectorSize(sqlite3_file *NotUsed){
30515 UNUSED_PARAMETER(NotUsed);
32551 sqlite3_vfs *NotUsed, /* VFS containing this as the xDelete method */
32556 UNUSED_PARAMETER(NotUsed);
32603 sqlite3_vfs *NotUsed, /* The VFS containing this xAccess method */
32609 UNUSED_PARAMETER(NotUsed);
32683 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){
32684 UNUSED_PARAMETER(NotUsed);
32695 static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
32697 UNUSED_PARAMETER(NotUsed);
32705 static void (*unixDlSym(sqlite3_vfs *NotUsed, void *p, const char*zSym))(void){
32724 UNUSED_PARAMETER(NotUsed);
32728 static void unixDlClose(sqlite3_vfs *NotUsed, void *pHandle){
32729 UNUSED_PARAMETER(NotUsed);
32742 static int unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf){
32743 UNUSED_PARAMETER(NotUsed);
32789 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){
32796 UNUSED_PARAMETER(NotUsed);
32800 UNUSED_PARAMETER(NotUsed);
32805 UNUSED_PARAMETER(NotUsed);
32829 static int unixCurrentTimeInt64(sqlite3_vfs *NotUsed, sqlite3_int64 *piNow){
32854 UNUSED_PARAMETER(NotUsed);
32863 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){
32866 UNUSED_PARAMETER(NotUsed);
32879 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){
32880 UNUSED_PARAMETER(NotUsed);
41778 static int pcache1Init(void *NotUsed){
41779 UNUSED_PARAMETER(NotUsed);
41831 static void pcache1Shutdown(void *NotUsed){
41832 UNUSED_PARAMETER(NotUsed);
53006 int notUsed;
53007 rc = walTryBeginRead(pWal, &notUsed, 1, ++cnt);
62600 int notUsed = 0;
62601 rc = sqlite3BtreePrevious(pCur, &notUsed);
63831 i64 notUsed;
63838 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64);
70127 u32 notUsed;
70135 idx += getVarint32(aKey+idx, notUsed);
71691 int NotUsed, /* Number of arguments to the function */
71696 UNUSED_PARAMETER2(NotUsed, NotUsed2);
83258 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){
83259 UNUSED_PARAMETER2(NotUsed, NotUsed2);
86338 static int selectNodeIsConstant(Walker *pWalker, Select *NotUsed){
86339 UNUSED_PARAMETER(NotUsed);
89224 int NotUsed,
89238 UNUSED_PARAMETER(NotUsed);
89289 int NotUsed,
89303 UNUSED_PARAMETER(NotUsed);
89346 int NotUsed,
89360 UNUSED_PARAMETER(NotUsed);
91515 static int analysisLoader(void *pData, int argc, char **argv, char **NotUsed){
91522 UNUSED_PARAMETER2(NotUsed, argc);
91975 int NotUsed,
91990 UNUSED_PARAMETER(NotUsed);
92176 int NotUsed,
92185 UNUSED_PARAMETER(NotUsed);
98648 int NotUsed,
98652 UNUSED_PARAMETER(NotUsed);
99044 int NotUsed,
99048 UNUSED_PARAMETER2(NotUsed, NotUsed2);
99094 int NotUsed,
99098 UNUSED_PARAMETER2(NotUsed, NotUsed2);
99114 int NotUsed,
99118 UNUSED_PARAMETER2(NotUsed, NotUsed2);
99128 int NotUsed,
99132 UNUSED_PARAMETER2(NotUsed, NotUsed2);
99415 int NotUsed,
99419 UNUSED_PARAMETER(NotUsed);
99431 int NotUsed,
99434 UNUSED_PARAMETER2(NotUsed, NotUsed2);
99447 int NotUsed,
99450 UNUSED_PARAMETER2(NotUsed, NotUsed2);
100072 int NotUsed,
100077 UNUSED_PARAMETER(NotUsed);
107793 SQLITE_PRIVATE int sqlite3InitCallback(void *pInit, int argc, char **argv, char **NotUsed){
107799 UNUSED_PARAMETER2(NotUsed, argc);
113092 static int exprWalkNoop(Walker *NotUsed, Expr *NotUsed2){
113093 UNUSED_PARAMETER2(NotUsed, NotUsed2);
125149 Bitmask notUsed;
125151 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
131655 void *NotUsed,
131661 UNUSED_PARAMETER(NotUsed);