Home
last modified time | relevance | path

Searched refs:useRandomRowid (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12600 Bool useRandomRowid; /* Generate new record numbers semi-randomly */ member
67395 if( !u.bf.pC->useRandomRowid ){
67409 u.bf.pC->useRandomRowid = 1;
67436 if( u.bf.pMem->u.i==MAX_ROWID || u.bf.pC->useRandomRowid ){
67449 if( u.bf.pC->useRandomRowid ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c20739 Bool useRandomRowid:1; /* Generate new record numbers semi-randomly */ member
89876 if( !pC->useRandomRowid ){
89887 pC->useRandomRowid = 1;
89914 if( pMem->u.i==MAX_ROWID || pC->useRandomRowid ){
89924 if( pC->useRandomRowid ){