Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c25539 sqlite3_value **NotUsed2 in ctimeFunc() argument
25541 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
25553 sqlite3_value **NotUsed2 in cdateFunc() argument
25555 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
25678 sqlite3_value **NotUsed2 in ctimestampFunc() argument
25680 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
40247 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){
40248 UNUSED_PARAMETER2(NotUsed, NotUsed2);
40251 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){
40252 UNUSED_PARAMETER2(NotUsed, NotUsed2);
[all …]