Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c27011 sqlite3_value **NotUsed2 in ctimeFunc() argument
27013 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
27025 sqlite3_value **NotUsed2 in cdateFunc() argument
27027 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
27148 sqlite3_value **NotUsed2 in ctimestampFunc() argument
27150 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
42565 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
42566 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
42569 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
42570 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
[all …]