Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER2 (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/src/
H A Dwalker.c246 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop()
255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
H A Dfunc.c526 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
576 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
596 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
610 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
963 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
979 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sourceidFunc()
H A Ddate.c1255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1269 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1283 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dmemjournal.c303 UNUSED_PARAMETER2(pJfd, flags); in memjrnlSync()
H A Dprepare.c101 UNUSED_PARAMETER2(NotUsed, argc); in sqlite3InitCallback()
H A Danalyze.c1543 UNUSED_PARAMETER2(NotUsed, argc);
H A Dos_unix.c2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
H A Dmain.c2085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3InvalidFunction()
H A DsqliteInt.h1168 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y) macro
H A Dselect.c6085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkAssert2()