Searched refs:notUsed (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | uint.c | 41 void *notUsed, in uintCollFunc() argument 48 (void)notUsed; in uintCollFunc()
|
| H A D | rot13.c | 82 void *notUsed, in rot13CollFunc() argument
|
| H A D | decimal.c | 414 void *notUsed, in decimalCollFunc() argument 423 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
|
| /sqlite-3.40.0/src/ |
| H A D | test_blob.c | 67 int notUsed; in blobHandleFromObj() local 71 channel = Tcl_GetChannel(interp, z, ¬Used); in blobHandleFromObj()
|
| H A D | wal.c | 3472 int notUsed; in walRestartLog() local 3473 rc = walTryBeginRead(pWal, ¬Used, 1, ++cnt); in walRestartLog()
|
| H A D | vdbeaux.c | 4236 u32 notUsed; in vdbeAssertFieldCountWithinLimits() local 4244 idx += getVarint32(aKey+idx, notUsed); in vdbeAssertFieldCountWithinLimits()
|
| H A D | test1.c | 1664 int notUsed; in blobHandleFromObj() local 1668 channel = Tcl_GetChannel(interp, z, ¬Used); in blobHandleFromObj()
|
| H A D | where.c | 5103 Bitmask notUsed; in wherePathSolver() local 5105 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], ¬Used); in wherePathSolver()
|
| H A D | btree.c | 10761 i64 notUsed; in sqlite3BtreeIntegrityCheck() local 10768 checkTreePage(&sCheck, aRoot[i], ¬Used, LARGEST_INT64); in sqlite3BtreeIntegrityCheck()
|
| /sqlite-3.40.0/test/ |
| H A D | tclsqlite.test | 613 binary scan $x H notUsed
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 4781 int nFk, notUsed; in sessionChangesetApply() local 4782 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, ¬Used, 0); in sessionChangesetApply()
|