Searched defs:iCell (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/ext/rtree/ |
| H A D | viewrtree.tcl | 158 proc cell_report {db zTab iParent iCell} {
|
| H A D | rtree.c | 243 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 D | geopoly.c | 1351 int iCell = 0; in geopolyFilter() local
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_tree.c | 280 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 D | lsm_sorted.c | 135 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 D | lsmInt.h | 460 int iCell; /* Cell containing next input to merge */ member
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | btreeinfo.c | 280 int iCell; in binfoCompute() local
|
| /sqlite-3.40.0/ext/recover/ |
| H A D | dbdata.c | 102 int iCell; /* Current cell number */ member
|
| H A D | sqlite3recover.c | 1527 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 D | dbstat.c | 105 int iCell; /* Current cell */ member
|
| H A D | btree.c | 1314 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 D | showdb.c | 491 int iCell, /* Cell index */ in decodeCell()
|