Lines Matching refs:NotUsed2

26286   sqlite3_value **NotUsed2  in ctimeFunc()  argument
26288 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
26300 sqlite3_value **NotUsed2 in cdateFunc() argument
26302 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
26423 sqlite3_value **NotUsed2 in ctimestampFunc() argument
26425 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
41084 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
41085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
41088 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
41089 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
45787 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
45789 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
108019 SQLITE_PRIVATE int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){
108020 UNUSED_PARAMETER2(NotUsed, NotUsed2);
108028 SQLITE_PRIVATE int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){
108029 UNUSED_PARAMETER2(NotUsed, NotUsed2);
130938 sqlite3_value **NotUsed2
130941 UNUSED_PARAMETER2(NotUsed, NotUsed2);
130988 sqlite3_value **NotUsed2
130991 UNUSED_PARAMETER2(NotUsed, NotUsed2);
131008 sqlite3_value **NotUsed2
131011 UNUSED_PARAMETER2(NotUsed, NotUsed2);
131022 sqlite3_value **NotUsed2
131025 UNUSED_PARAMETER2(NotUsed, NotUsed2);
131376 sqlite3_value **NotUsed2
131378 UNUSED_PARAMETER2(NotUsed, NotUsed2);
131392 sqlite3_value **NotUsed2
131394 UNUSED_PARAMETER2(NotUsed, NotUsed2);
151282 SQLITE_PRIVATE void sqlite3SelectWalkAssert2(Walker *NotUsed, Select *NotUsed2){
151283 UNUSED_PARAMETER2(NotUsed, NotUsed2);
184829 sqlite3_value **NotUsed2 /* Value of each argument */
184833 UNUSED_PARAMETER2(NotUsed, NotUsed2);