Lines Matching refs:findCell
1101 #define findCell(P,I) \ macro
1317 pPage->xParseCell(pPage, findCell(pPage, iCell), pInfo); in btreeParseCell()
1453 return pPage->xCellSize(pPage, findCell(pPage, iCell)); in cellSize()
3680 u8 *pCell = findCell(pPage, i); in setChildPtrmaps()
3731 u8 *pCell = findCell(pPage, i); in modifyPagePointer()
5286 assert( get4byte(findCell(pParent, iIdx))==iChild ); in assertParentIndex()
5437 pgno = get4byte(findCell(pPage, pCur->ix)); in moveToLeftmost()
5693 chldPg = get4byte(findCell(pPage, lwr)); in sqlite3BtreeTableMoveto()
5986 chldPg = get4byte(findCell(pPage, lwr)); in sqlite3BtreeIndexMoveto()
6177 rc = moveToChild(pCur, get4byte(findCell(pPage, idx))); in btreePrevious()
7695 pCell = findCell(pPage, pPage->nCell-1); in balance_quick()
7737 z = findCell(pPage, j);
7941 pRight = findCell(pParent, i+nxDiv-pParent->nOverflow); in balance_nonroot()
7968 apDiv[i] = findCell(pParent, i+nxDiv-pParent->nOverflow); in balance_nonroot()
9192 oldCell = findCell(pPage, idx); in sqlite3BtreeInsert()
9451 pCell = findCell(pPage, iCellIdx); in sqlite3BtreeDelete()
9543 pCell = findCell(pLeaf, pLeaf->nCell-1); in sqlite3BtreeDelete()
9810 pCell = findCell(pPage, i); in clearDatabasePage()
10133 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx))); in sqlite3BtreeCount()