findCell         48397 sqlite3/libsqlite/sqlite3.c   return findCell(pPage, iCell);
findCell         48476 sqlite3/libsqlite/sqlite3.c   btreeParseCellPtr((pPage), findCell((pPage), (iCell)), (pInfo))
findCell         48548 sqlite3/libsqlite/sqlite3.c   return cellSizePtr(pPage, findCell(pPage, iCell));
findCell         50205 sqlite3/libsqlite/sqlite3.c     u8 *pCell = findCell(pPage, i);
findCell         50257 sqlite3/libsqlite/sqlite3.c       u8 *pCell = findCell(pPage, i);
findCell         51664 sqlite3/libsqlite/sqlite3.c     assert( get4byte(findCell(pParent, iIdx))==iChild );
findCell         51801 sqlite3/libsqlite/sqlite3.c     pgno = get4byte(findCell(pPage, pCur->aiIdx[pCur->iPage]));
findCell         51996 sqlite3/libsqlite/sqlite3.c       pCell = findCell(pPage, idx) + pPage->childPtrSize;
findCell         52086 sqlite3/libsqlite/sqlite3.c       chldPg = get4byte(findCell(pPage, lwr));
findCell         52220 sqlite3/libsqlite/sqlite3.c     rc = moveToChild(pCur, get4byte(findCell(pPage, idx)));
findCell         53195 sqlite3/libsqlite/sqlite3.c     pCell = findCell(pPage, pPage->nCell-1);
findCell         53235 sqlite3/libsqlite/sqlite3.c       z = findCell(pPage, j);
findCell         53439 sqlite3/libsqlite/sqlite3.c     pRight = findCell(pParent, i+nxDiv-pParent->nOverflow);
findCell         53457 sqlite3/libsqlite/sqlite3.c       apDiv[i] = findCell(pParent, i+nxDiv-pParent->nOverflow);
findCell         54265 sqlite3/libsqlite/sqlite3.c     oldCell = findCell(pPage, idx);
findCell         54355 sqlite3/libsqlite/sqlite3.c   pCell = findCell(pPage, iCellIdx);
findCell         54394 sqlite3/libsqlite/sqlite3.c     pCell = findCell(pLeaf, pLeaf->nCell-1);
findCell         54613 sqlite3/libsqlite/sqlite3.c     pCell = findCell(pPage, i);
findCell         54925 sqlite3/libsqlite/sqlite3.c       rc = moveToChild(pCur, get4byte(findCell(pPage, iIdx)));
findCell         55171 sqlite3/libsqlite/sqlite3.c     pCell = findCell(pPage,i);