Lines Matching refs:findCell
69719 #define findCell(P,I) \
69935 pPage->xParseCell(pPage, findCell(pPage, iCell), pInfo);
70071 return pPage->xCellSize(pPage, findCell(pPage, iCell));
72320 u8 *pCell = findCell(pPage, i);
72371 u8 *pCell = findCell(pPage, i);
73926 assert( get4byte(findCell(pParent, iIdx))==iChild );
74077 pgno = get4byte(findCell(pPage, pCur->ix));
74333 chldPg = get4byte(findCell(pPage, lwr));
74626 chldPg = get4byte(findCell(pPage, lwr));
74817 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
76335 pCell = findCell(pPage, pPage->nCell-1);
76377 z = findCell(pPage, j);
76581 pRight = findCell(pParent, i+nxDiv-pParent->nOverflow);
76608 apDiv[i] = findCell(pParent, i+nxDiv-pParent->nOverflow);
77832 oldCell = findCell(pPage, idx);
78091 pCell = findCell(pPage, iCellIdx);
78183 pCell = findCell(pLeaf, pLeaf->nCell-1);
78450 pCell = findCell(pPage, i);
78773 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));