Home
last modified time | relevance | path

Searched defs:nCell (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/tool/
H A Doffsets.c225 int nCell; in ofstWalkInteriorPage() local
242 int nCell; in ofstWalkLeafPage() local
H A Dshowdb.c648 int nCell; in decode_btree_page() local
870 int nCell; in page_usage_btree() local
H A Dshowwal.c447 int nCell; in decode_btree_page() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c847 int nCell; /* Current number of cells in pNode */ in nodeInsertCell() local
1364 int nCell = NCELL(pNode); in nodeRowidIndex() local
1615 int nCell; in rtreeStepToLeaf() local
2169 int nCell in cellOverlap()
2215 int nCell = NCELL(pNode); in ChooseLeaf() local
2460 int nCell, in splitNodeStartree()
2589 int nCell = NCELL(pNode); in SplitNode() local
2817 int nCell = NCELL(pNode); in fixBoundingBox() local
2880 int nCell; in Reinsert() local
3013 int nCell = NCELL(pNode); in reinsertNodeContent() local
[all …]
/sqlite-3.40.0/src/
H A Dbtree.c1503 int nCell; /* Number of cells on the page */ in defragmentPage() local
3723 int nCell; in modifyPagePointer() local
5729 int nCell; /* Size of the pCell cell in bytes */ in indexCellCompare() local
5890 int nCell; /* Size of the pCell cell in bytes */ in sqlite3BtreeIndexMoveto() local
7224 int nCell; /* Number of cells in apCell[] */ member
7282 int nCell, /* Final number of cells on page */ in rebuildPage()
7375 int nCell, /* Number of cells to add to pPg */ in pageInsertArray()
7437 int nCell, /* Cells to delete */ in pageFreeArray()
7503 int nCell = pPg->nCell; /* Cells stored on pPg */ in editPage() local
9530 int nCell; in sqlite3BtreeDelete() local
[all …]
H A Ddbstat.c110 int nCell; /* Number of cells on page */ member
134 int nCell; /* Value of 'ncell' column */ member
H A DbtreeInt.h289 u16 nCell; /* Number of cells on this page, local and ovfl */ member
/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c279 int nCell; in binfoCompute() local
H A Dscrub.c377 u32 nCell; in scrubBackupBtree() local
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c101 int nCell; /* Number of cells on aPage[] */ member
H A Dsqlite3recover.c2074 int nCell = 0; /* Number of cells on page */ in recoverIsValidPage() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c131 int nCell; /* Number of cells on pPg */ member
415 int nCell; in sortedReadData() local
661 int nCell; in btreeCursorPtr() local
674 int nCell; in btreeCursorNext() local
1506 int nCell = pageGetNRec(aData, nData); in ptrFwdPointer() local