Home
last modified time | relevance | path

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

123456789

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwalker.c235 int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ in sqlite3ExprWalkNoop() argument
236 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop()
244 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop() argument
245 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
H A Dfunc.c511 sqlite3_value **NotUsed2 in randomFunc() argument
514 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
561 sqlite3_value **NotUsed2 in last_insert_rowid() argument
564 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
581 sqlite3_value **NotUsed2 in changes() argument
584 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
595 sqlite3_value **NotUsed2 in total_changes() argument
598 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
937 sqlite3_value **NotUsed2 in versionFunc() argument
939 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Ddate.c1147 sqlite3_value **NotUsed2 in ctimeFunc() argument
1149 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1161 sqlite3_value **NotUsed2 in cdateFunc() argument
1163 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1175 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1177 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dos_unix.c2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6736 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6738 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwalker.c234 int sqlite3ExprWalkNoop(Walker *NotUsed, Expr *NotUsed2){ in sqlite3ExprWalkNoop() argument
235 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3ExprWalkNoop()
243 int sqlite3SelectWalkNoop(Walker *NotUsed, Select *NotUsed2){ in sqlite3SelectWalkNoop() argument
244 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3SelectWalkNoop()
H A Dfunc.c511 sqlite3_value **NotUsed2 in randomFunc() argument
514 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
561 sqlite3_value **NotUsed2 in last_insert_rowid() argument
564 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
581 sqlite3_value **NotUsed2 in changes() argument
584 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
595 sqlite3_value **NotUsed2 in total_changes() argument
598 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
936 sqlite3_value **NotUsed2 in versionFunc() argument
938 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Ddate.c1146 sqlite3_value **NotUsed2 in ctimeFunc() argument
1148 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1160 sqlite3_value **NotUsed2 in cdateFunc() argument
1162 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1174 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1176 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dos_unix.c2182 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2183 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2186 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2187 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6735 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6737 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfunc.c399 sqlite3_value **NotUsed2 in randomFunc() argument
402 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
449 sqlite3_value **NotUsed2 in last_insert_rowid() argument
452 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
469 sqlite3_value **NotUsed2 in changes() argument
472 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
483 sqlite3_value **NotUsed2 in total_changes() argument
486 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
753 sqlite3_value **NotUsed2 in versionFunc() argument
755 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Dmemjournal.c199 static int memjrnlSync(sqlite3_file *NotUsed, int NotUsed2){ in memjrnlSync() argument
200 UNUSED_PARAMETER2(NotUsed, NotUsed2); in memjrnlSync()
H A Ddate.c980 sqlite3_value **NotUsed2 in ctimeFunc() argument
982 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
994 sqlite3_value **NotUsed2 in cdateFunc() argument
996 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1008 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1010 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dmalloc.c85 sqlite3_int64 NotUsed2, in softHeapLimitEnforcer() argument
88 UNUSED_PARAMETER2(NotUsed, NotUsed2); in softHeapLimitEnforcer()
H A Dvdbeapi.c544 sqlite3_value **NotUsed2 /* Value of each argument */ in sqlite3InvalidFunction() argument
548 UNUSED_PARAMETER2(NotUsed, NotUsed2); in sqlite3InvalidFunction()
H A Dos_unix.c1810 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
1811 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
1814 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
1815 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
5415 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
5417 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
/dports/devel/cmake/cmake-3.22.1/Tests/UseSWIG/SwigSrcOUTPUT_DIR/
H A DCMakeLists.txt35 OUTFILE_DIR "${CMAKE_CURRENT_BINARY_DIR}/NotUsed2")
54 OUTFILE_DIR "${CMAKE_CURRENT_BINARY_DIR}/NotUsed2")
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c481 sqlite3_value **NotUsed2 in randomFunc() argument
484 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
531 sqlite3_value **NotUsed2 in last_insert_rowid() argument
534 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
551 sqlite3_value **NotUsed2 in changes() argument
554 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
565 sqlite3_value **NotUsed2 in total_changes() argument
568 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
896 sqlite3_value **NotUsed2 in versionFunc() argument
898 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Ddate.c1146 sqlite3_value **NotUsed2 in ctimeFunc() argument
1148 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1160 sqlite3_value **NotUsed2 in cdateFunc() argument
1162 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1174 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1176 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dos_unix.c2024 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2025 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2028 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2029 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6313 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6315 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c511 sqlite3_value **NotUsed2 in randomFunc() argument
514 UNUSED_PARAMETER2(NotUsed, NotUsed2); in randomFunc()
561 sqlite3_value **NotUsed2 in last_insert_rowid() argument
564 UNUSED_PARAMETER2(NotUsed, NotUsed2); in last_insert_rowid()
581 sqlite3_value **NotUsed2 in changes() argument
584 UNUSED_PARAMETER2(NotUsed, NotUsed2); in changes()
595 sqlite3_value **NotUsed2 in total_changes() argument
598 UNUSED_PARAMETER2(NotUsed, NotUsed2); in total_changes()
929 sqlite3_value **NotUsed2 in versionFunc() argument
931 UNUSED_PARAMETER2(NotUsed, NotUsed2); in versionFunc()
[all …]
H A Ddate.c1146 sqlite3_value **NotUsed2 in ctimeFunc() argument
1148 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimeFunc()
1160 sqlite3_value **NotUsed2 in cdateFunc() argument
1162 UNUSED_PARAMETER2(NotUsed, NotUsed2); in cdateFunc()
1174 sqlite3_value **NotUsed2 in ctimestampFunc() argument
1176 UNUSED_PARAMETER2(NotUsed, NotUsed2); in ctimestampFunc()
H A Dos_unix.c2176 static int nolockLock(sqlite3_file *NotUsed, int NotUsed2){ in nolockLock() argument
2177 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockLock()
2180 static int nolockUnlock(sqlite3_file *NotUsed, int NotUsed2){ in nolockUnlock() argument
2181 UNUSED_PARAMETER2(NotUsed, NotUsed2); in nolockUnlock()
6594 static int unixGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ in unixGetLastError() argument
6596 UNUSED_PARAMETER(NotUsed2); in unixGetLastError()
/dports/devel/apitrace/apitrace-9.0/thirdparty/mhook/disasm-lib/
H A Dcpu.h195 ULONG NotUsed2[9]; member
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DVFSAsync.cpp747 static int asyncGetLastError(sqlite3_vfs *NotUsed, int NotUsed2, char *NotUsed3){ return 0; } in asyncGetLastError() argument
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dshell_SUITE.erl1472 ?FAIL(NotUsed2(444, -2)) ","
1473 ?FAIL(NotUsed2(444, anka)) ","
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dshell_SUITE.erl1445 ?FAIL(NotUsed2(444, -2)) ","
1446 ?FAIL(NotUsed2(444, anka)) ","

123456789