Home
last modified time | relevance | path

Searched defs:pCell (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c3680 u8 *pCell = findCell(pPage, i); in setChildPtrmaps() local
3731 u8 *pCell = findCell(pPage, i); in modifyPagePointer() local
5730 u8 *pCell = findCellPastPtr(pPage, idx); in indexCellCompare() local
7308 u8 *pCell = pCArray->apCell[i]; in rebuildPage() local
7450 u8 *pCell = pCArray->apCell[i]; in pageFreeArray() local
7580 u8 *pCell = pCArray->apCell[i+iNew]; in editPage() local
7645 u8 *pCell = pPage->apOvfl[0]; in balance_quick() local
8400 u8 *pCell = b.apCell[i]; in balance_nonroot() local
8436 u8 *pCell; in balance_nonroot() local
9791 unsigned char *pCell; in clearDatabasePage() local
[all …]
H A Ddbstat.c444 StatCell *pCell = &p->aCell[i]; in statDecodePage() local
610 StatCell *pCell = &p->aCell[p->iCell]; in statNext() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c812 RtreeCell *pCell, /* The cell to write */ in nodeOverwriteCell()
845 RtreeCell *pCell /* The cell to be inserted */ in nodeInsertCell()
951 RtreeCell *pCell /* OUT: Write the cell contents here */ in nodeGetCell()
2199 RtreeCell *pCell, /* Cell to insert into rtree */ in ChooseLeaf()
2260 RtreeCell *pCell /* This cell was just inserted */ in AdjustTree()
2545 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; in splitNodeStartree() local
2582 RtreeCell *pCell, in SplitNode()
2873 RtreeCell *pCell, in Reinsert()
2978 RtreeCell *pCell, in rtreeInsertCell()
4135 u8 *pCell, /* Pointer to cell coordinates */ in rtreeCheckCellCoord()
[all …]