Home
last modified time | relevance | path

Searched refs:NotUsed2 (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Dwalker.c245 int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ in sqlite3ExprWalkNoop() argument
246 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop()
254 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop() argument
255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
H A Dfunc.c523 sqlite3_value **NotUsed2 in randomFunc() argument
526 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
573 sqlite3_value **NotUsed2 in last_insert_rowid() argument
576 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
593 sqlite3_value **NotUsed2 in changes() argument
596 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
607 sqlite3_value **NotUsed2 in total_changes() argument
610 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
961 sqlite3_value **NotUsed2 in versionFunc() argument
963 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Ddate.c1253 sqlite3_value **NotUsed2 in ctimeFunc() argument
1255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1267 sqlite3_value **NotUsed2 in cdateFunc() argument
1269 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1281 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1283 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dos_unix.c2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6769 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6771 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
H A Dmain.c2081 sqlite3_value **NotUsed2 /* Value of each argument */ in sqlite3InvalidFunction() argument
2085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3InvalidFunction()
H A Dselect.c6084 void sqlite3SelectWalkAssert2(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkAssert2() argument
6085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkAssert2()
/sqlite-3.40.0/test/
H A Dspeedtest1.c646 sqlite3_value **NotUsed2 in randomFunc() argument