Home
last modified time | relevance | path

Searched defs: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()
254 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop()
H A Dfunc.c523 sqlite3_value **NotUsed2 in randomFunc()
573 sqlite3_value **NotUsed2 in last_insert_rowid()
593 sqlite3_value **NotUsed2 in changes()
607 sqlite3_value **NotUsed2 in total_changes()
961 sqlite3_value **NotUsed2 in versionFunc()
977 sqlite3_value **NotUsed2 in sourceidFunc()
H A Ddate.c1253 sqlite3_value **NotUsed2 in ctimeFunc()
1267 sqlite3_value **NotUsed2 in cdateFunc()
1281 sqlite3_value **NotUsed2 in ctimestampFunc()
H A Dos_unix.c2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock()
6769 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError()
H A Dmain.c2081 sqlite3_value **NotUsed2 /* Value of each argument */ in sqlite3InvalidFunction()
H A Dselect.c6084 void sqlite3SelectWalkAssert2(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkAssert2()
/sqlite-3.40.0/test/
H A Dspeedtest1.c646 sqlite3_value **NotUsed2 in randomFunc()