Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib675 notUsed(0), -- Used to sync up bit and notification
/freebsd/contrib/sqlite3/
H A Dshell.c3602 void *notUsed, in uintCollFunc() argument
3609 (void)notUsed; in uintCollFunc()
4333 void *notUsed, in decimalCollFunc() argument
4342 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
H A Dsqlite3.c68770 int notUsed;
68771 rc = walTryBeginRead(pWal, &notUsed, 1, &cnt);
81664 i64 notUsed;
81671 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64);
89235 u32 notUsed;
89243 idx += getVarint32(aKey+idx, notUsed);
167659 Bitmask notUsed;
167661 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
230145 int nFk, notUsed;
230146 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, &notUsed, 0);