Searched defs:MAX_ROWID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c3724 # define MAX_ROWID 0x7fffffff macro
3730 # define MAX_ROWID (i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff ) macro
3746 if( v==MAX_ROWID ){
3774 if( pMem->u.i==MAX_ROWID || pC->useRandomRowid ){
3785 sqlite3BtreeSetCachedRowid(pC->pCursor, v<MAX_ROWID ? v+1 : 0);
3796 v &= (MAX_ROWID>>1); /* ensure doesn't go negative */
3809 v &= (MAX_ROWID>>1); /* ensure doesn't go negative */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c66098 # define MAX_ROWID macro
66104 # define MAX_ROWID macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c71993 # define MAX_ROWID macro
71999 # define MAX_ROWID macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c72013 # define MAX_ROWID macro
72019 # define MAX_ROWID macro
[all...]

Completed in 474 milliseconds