Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Duint.c41 void *notUsed, in uintCollFunc() argument
48 (void)notUsed; in uintCollFunc()
H A Drot13.c82 void *notUsed, in rot13CollFunc() argument
H A Ddecimal.c414 void *notUsed, in decimalCollFunc() argument
423 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
/sqlite-3.40.0/src/
H A Dtest_blob.c67 int notUsed; in blobHandleFromObj() local
71 channel = Tcl_GetChannel(interp, z, &notUsed); in blobHandleFromObj()
H A Dwal.c3472 int notUsed; in walRestartLog() local
3473 rc = walTryBeginRead(pWal, &notUsed, 1, ++cnt); in walRestartLog()
H A Dvdbeaux.c4236 u32 notUsed; in vdbeAssertFieldCountWithinLimits() local
4244 idx += getVarint32(aKey+idx, notUsed); in vdbeAssertFieldCountWithinLimits()
H A Dtest1.c1664 int notUsed; in blobHandleFromObj() local
1668 channel = Tcl_GetChannel(interp, z, &notUsed); in blobHandleFromObj()
H A Dwhere.c5103 Bitmask notUsed; in wherePathSolver() local
5105 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed); in wherePathSolver()
H A Dbtree.c10761 i64 notUsed; in sqlite3BtreeIntegrityCheck() local
10768 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64); in sqlite3BtreeIntegrityCheck()
/sqlite-3.40.0/test/
H A Dtclsqlite.test613 binary scan $x H notUsed
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c4781 int nFk, notUsed; in sessionChangesetApply() local
4782 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, &notUsed, 0); in sessionChangesetApply()