Lines Matching defs:findCell
50223 #define findCell(P,I) \
50229 ** This a more complex version of findCell() that works for
50245 return findCell(pPage, iCell);
50324 btreeParseCellPtr((pPage), findCell((pPage), (iCell)), (pInfo))
50396 return cellSizePtr(pPage, findCell(pPage, iCell));
52069 u8 *pCell = findCell(pPage, i);
52121 u8 *pCell = findCell(pPage, i);
53562 assert( get4byte(findCell(pParent, iIdx))==iChild );
53712 pgno = get4byte(findCell(pPage, pCur->aiIdx[pCur->iPage]));
53907 pCell = findCell(pPage, idx) + pPage->childPtrSize;
54001 chldPg = get4byte(findCell(pPage, lwr));
54141 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
55122 pCell = findCell(pPage, pPage->nCell-1);
55162 z = findCell(pPage, j);
55366 pRight = findCell(pParent, i+nxDiv-pParent->nOverflow);
55384 apDiv[i] = findCell(pParent, i+nxDiv-pParent->nOverflow);
56205 oldCell = findCell(pPage, idx);
56295 pCell = findCell(pPage, iCellIdx);
56334 pCell = findCell(pLeaf, pLeaf->nCell-1);
56553 pCell = findCell(pPage, i);
56872 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));
57118 pCell = findCell(pPage,i);