Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Dviewrtree.tcl158 proc cell_report {db zTab iParent iCell} {
H A Drtree.c243 u8 iCell; /* Cell index within the node */ member
827 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){ in nodeDeleteCell()
924 int iCell /* The cell index from which to extract the ID */ in nodeGetRowid()
936 int iCell, /* The index of the cell within the node */ in nodeGetCoord()
950 int iCell, /* Index of the cell within the node */ in nodeGetCell()
1842 int iCell = 0; in rtreeFilter() local
2209 int iCell; in ChooseLeaf() local
2268 int iCell; in AdjustTree() local
2663 int iCell; in SplitNode() local
2766 int iCell; in removeNode() local
[all …]
H A Dgeopoly.c1351 int iCell = 0; in geopolyFilter() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c280 static u32 getChildPtr(TreeNode *p, int iVersion, int iCell){ in getChildPtr()
328 int iCell in assertIsWorkingChild()
1376 int iCell = pCsr->aiCell[pCsr->iNode]; in treeOverwriteKey() local
1399 int iCell = pCsr->aiCell[iNode]+1; in treeNextIsEndDelete() local
1427 int iCell = pCsr->aiCell[iNode]-1; in treePrevIsStartDelete() local
2071 int iCell; in lsmTreeCursorNext() local
2137 int iCell; in lsmTreeCursorPrev() local
2214 int iCell; in lsmTreeCursorEnd() local
H A Dlsm_sorted.c135 int iCell; /* Current record within page pPg */ member
161 int iCell; member
492 static u8 *pageGetCell(u8 *aData, int nData, int iCell){ in pageGetCell()
509 static LsmPgno pageGetRecordPtr(u8 *aData, int nData, int iCell){ in pageGetRecordPtr()
643 int iCell = pCsr->aPg[iPg].iCell; in btreeCursorLoadKey() local
660 static int btreeCursorPtr(u8 *aData, int nData, int iCell){ in btreeCursorPtr()
808 int iCell = pCsr->aPg[pCsr->iPg].iCell; in btreeCursorSplitkey() local
1188 int iCell; /* Number of new cell in page */ in segmentPtrAdvance() local
1489 int iCell, in ptrFwdPointer()
5609 int iCell, in infoCellDump()
[all …]
H A DlsmInt.h460 int iCell; /* Cell containing next input to merge */ member
/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c280 int iCell; in binfoCompute() local
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c102 int iCell; /* Current cell number */ member
H A Dsqlite3recover.c1527 int iCell = sqlite3_column_int64(pPageData, 0); in recoverLostAndFoundOnePage() local
1762 int iCell = sqlite3_column_int(pSel, 1); in recoverWriteDataStep() local
/sqlite-3.40.0/src/
H A Ddbstat.c105 int iCell; /* Current cell */ member
H A Dbtree.c1314 int iCell, /* The cell index. First cell is 0 */ in btreeParseCell()
1452 static u16 cellSize(MemPage *pPage, int iCell){ in cellSize()
7549 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; in editPage() local
/sqlite-3.40.0/tool/
H A Dshowdb.c491 int iCell, /* Cell index */ in decodeCell()