Searched refs:UNUSED_PARAMETER2 (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | walker.c | 246 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop() 255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
|
| H A D | func.c | 526 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 D | date.c | 1255 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc() 1269 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc() 1283 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
|
| H A D | memjournal.c | 303 UNUSED_PARAMETER2(pJfd, flags); in memjrnlSync()
|
| H A D | prepare.c | 101 UNUSED_PARAMETER2(NotUsed, argc); in sqlite3InitCallback()
|
| H A D | analyze.c | 1543 UNUSED_PARAMETER2(NotUsed, argc);
|
| H A D | os_unix.c | 2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock() 2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
|
| H A D | main.c | 2085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3InvalidFunction()
|
| H A D | sqliteInt.h | 1168 #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y) macro
|
| H A D | select.c | 6085 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkAssert2()
|