Home | History | Annotate | Download | only in dist

Lines Matching defs:findCell

50251 #define findCell(P,I) \
50257 ** This a more complex version of findCell() that works for
50273 return findCell(pPage, iCell);
50352 btreeParseCellPtr((pPage), findCell((pPage), (iCell)), (pInfo))
50424 return cellSizePtr(pPage, findCell(pPage, iCell));
52097 u8 *pCell = findCell(pPage, i);
52149 u8 *pCell = findCell(pPage, i);
53590 assert( get4byte(findCell(pParent, iIdx))==iChild );
53740 pgno = get4byte(findCell(pPage, pCur->aiIdx[pCur->iPage]));
53935 pCell = findCell(pPage, idx) + pPage->childPtrSize;
54029 chldPg = get4byte(findCell(pPage, lwr));
54169 rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
55150 pCell = findCell(pPage, pPage->nCell-1);
55190 z = findCell(pPage, j);
55394 pRight = findCell(pParent, i+nxDiv-pParent->nOverflow);
55412 apDiv[i] = findCell(pParent, i+nxDiv-pParent->nOverflow);
56233 oldCell = findCell(pPage, idx);
56323 pCell = findCell(pPage, iCellIdx);
56362 pCell = findCell(pLeaf, pLeaf->nCell-1);
56581 pCell = findCell(pPage, i);
56900 rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));
57146 pCell = findCell(pPage,i);