Searched defs:intKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h275 u8 intKey; /* True if intkey flag is set */ member in struct:MemPage
H A Dbtree.c578 /* If this is an intKey table, then the above call to BtreeKeySize()
580 ** all that is required. Otherwise, if pCur is not open on an intKey
584 if( 0==pCur->apPage[0]->intKey ){
597 assert( !pCur->apPage[0]->intKey || !pCur->pKey );
900 if( pPage->intKey ){
981 if( pPage->intKey ){
1040 assert( (info.nData+(pPage->intKey?0:info.nKey))==info.nPayload );
1347 pPage->intKey = 1;
1352 pPage->intKey = 0;
3842 nKey = (pPage->intKey
4405 sqlite3BtreeMovetoUnpacked( BtCursor *pCur, UnpackedRecord *pIdxKey, i64 intKey, int biasRight, int *pRes ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7793 i64 intKey,
46656 u8 intKey; /* True if intkey flag is set */ member in struct:MemPage
51703 sqlite3BtreeMovetoUnpacked( BtCursor *pCur, UnpackedRecord *pIdxKey, i64 intKey, int biasRight, int *pRes ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8326 i64 intKey,
48712 u8 intKey; /* True if intkey flag is set */ member in struct:MemPage
53839 sqlite3BtreeMovetoUnpacked( BtCursor *pCur, UnpackedRecord *pIdxKey, i64 intKey, int biasRight, int *pRes ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8326 i64 intKey,
48740 u8 intKey; /* True if intkey flag is set */ member in struct:MemPage
53867 sqlite3BtreeMovetoUnpacked( BtCursor *pCur, UnpackedRecord *pIdxKey, i64 intKey, int biasRight, int *pRes ) argument
[all...]

Completed in 493 milliseconds