Home
last modified time | relevance | path

Searched refs:ovfl (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/tool/
H A Dshowdb.c450 u32 ovfl; in describeCell() local
452 ovfl = ((b[0]*256 + b[1])*256 + b[2])*256 + b[3]; in describeCell()
453 sprintf(&zDesc[nDesc], "ov: %u ", ovfl); in describeCell()
835 u32 ovfl = decodeInt32(a+nLocal); in page_usage_cell() local
837 while( ovfl && (cnt++)<g.mxPage ){ in page_usage_cell()
838 page_usage_msg(ovfl, "overflow %d from cell %d of page %u", in page_usage_cell()
840 a = fileRead((ovfl-1)*(sqlite3_int64)g.pagesize, 4); in page_usage_cell()
841 ovfl = decodeInt32(a); in page_usage_cell()
H A Dshowwal.c423 int ovfl; in describeCell() local
425 ovfl = ((b[0]*256 + b[1])*256 + b[2])*256 + b[3]; in describeCell()
426 sprintf(&zDesc[nDesc], "ov: %d ", ovfl); in describeCell()
/sqlite-3.40.0/test/
H A Dovfl.test17 set testprefix ovfl
/sqlite-3.40.0/src/
H A Dbtree.c1470 Pgno ovfl; in ptrmapPutOvflPtr() local
1476 ovfl = get4byte(&pCell[info.nSize-4]); in ptrmapPutOvflPtr()
1477 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC); in ptrmapPutOvflPtr()
4824 Pgno ovfl, /* Current overflow page number */ in getOverflowPage() argument
4844 Pgno iGuess = ovfl+1; in getOverflowPage()
4853 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){ in getOverflowPage()
4863 rc = btreeGetPage(pBt, ovfl, &pPage, (ppPage==0) ? PAGER_GET_READONLY : 0); in getOverflowPage()
7740 Pgno ovfl = get4byte(&z[info.nSize-4]);
7741 ptrmapGet(pBt, ovfl, &e, &n);
9171 Pgno ovfl = get4byte(&newCell[szNew-4]); in sqlite3BtreeInsert() local
[all …]
/sqlite-3.40.0/
H A Dmanifest1375 F test/ovfl.test 199c482696defceacee8c8e0e0ef36da62726b2f