Searched refs:notUsed (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpv4-mib.mib | 675 notUsed(0), -- Used to sync up bit and notification
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 3602 void *notUsed, in uintCollFunc() argument 3609 (void)notUsed; in uintCollFunc() 4333 void *notUsed, in decimalCollFunc() argument 4342 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
|
H A D | sqlite3.c | 68770 int notUsed; 68771 rc = walTryBeginRead(pWal, ¬Used, 1, &cnt); 81664 i64 notUsed; 81671 checkTreePage(&sCheck, aRoot[i], ¬Used, LARGEST_INT64); 89235 u32 notUsed; 89243 idx += getVarint32(aKey+idx, notUsed); 167659 Bitmask notUsed; 167661 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], ¬Used); 230145 int nFk, notUsed; 230146 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, ¬Used, 0);
|