Searched refs:PTRMAP_OVERFLOW1 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h582 ** PTRMAP_OVERFLOW1: The database page is the first page in a list of
595 #define PTRMAP_OVERFLOW1 3 macro
H A Dbtree.c1043 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
2710 ** PTRMAP_OVERFLOW1: pPage is a btree-page. The pointer points at an overflow
2735 if( eType==PTRMAP_OVERFLOW1 ){
2788 assert( eType==PTRMAP_OVERFLOW2 || eType==PTRMAP_OVERFLOW1 ||
5316 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1);
5710 assert( n==pPage->pgno && e==PTRMAP_OVERFLOW1 );
7651 checkPtrmap(pCheck, pgnoOvfl, PTRMAP_OVERFLOW1, iPage, zContext);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46976 #define PTRMAP_OVERFLOW1 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c49042 #define PTRMAP_OVERFLOW1 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c49070 #define PTRMAP_OVERFLOW1 macro
[all...]

Completed in 507 milliseconds