Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpv4-mib.mib675 notUsed(0), -- Used to sync up bit and notification
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c3588 void *notUsed, in uintCollFunc() argument
3595 (void)notUsed; in uintCollFunc()
4319 void *notUsed, in decimalCollFunc() argument
4328 UNUSED_PARAMETER(notUsed); in decimalCollFunc()
H A Dsqlite3.c68411 int notUsed;
68412 rc = walTryBeginRead(pWal, &notUsed, 1, &cnt);
81225 i64 notUsed;
81233 checkTreePage(&sCheck, aRoot[i], &notUsed, LARGEST_INT64);
88742 u32 notUsed;
88750 idx += getVarint32(aKey+idx, notUsed);
166271 Bitmask notUsed;
166273 WHERE_DISTINCTBY, nLoop-1, pFrom->aLoop[nLoop-1], &notUsed);
228302 int nFk, notUsed;
228303 sqlite3_db_status(db, SQLITE_DBSTATUS_DEFERRED_FKS, &nFk, &notUsed, 0);