NCELL 124912 sqlite3/libsqlite/sqlite3.c if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){ NCELL 124956 sqlite3/libsqlite/sqlite3.c int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell; NCELL 124958 sqlite3/libsqlite/sqlite3.c writeInt16(&pNode->zData[2], NCELL(pNode)-1); NCELL 124978 sqlite3/libsqlite/sqlite3.c nCell = NCELL(pNode); NCELL 125052 sqlite3/libsqlite/sqlite3.c assert( iCell<NCELL(pNode) ); NCELL 125409 sqlite3/libsqlite/sqlite3.c for(ii=0; isEof && ii<NCELL(pChild); ii++){ NCELL 125441 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 125487 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 125681 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pRoot); NCELL 125695 sqlite3/libsqlite/sqlite3.c assert( rc!=SQLITE_OK || !pCsr->pNode || pCsr->iCell<NCELL(pCsr->pNode) ); NCELL 125957 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 126510 sqlite3/libsqlite/sqlite3.c if( (RTREE_MINCELLS(pRtree)-NCELL(pRight)==i) NCELL 126511 sqlite3/libsqlite/sqlite3.c || (diff>0.0 && (RTREE_MINCELLS(pRtree)-NCELL(pLeft)!=i)) NCELL 126555 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 126642 sqlite3/libsqlite/sqlite3.c for(i=0; i<NCELL(pRight); i++){ NCELL 126653 sqlite3/libsqlite/sqlite3.c for(i=0; i<NCELL(pLeft); i++){ NCELL 126777 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 126820 sqlite3/libsqlite/sqlite3.c if( NCELL(pNode)<RTREE_MINCELLS(pRtree) ){ NCELL 126848 sqlite3/libsqlite/sqlite3.c nCell = NCELL(pNode)+1; NCELL 126975 sqlite3/libsqlite/sqlite3.c int nCell = NCELL(pNode); NCELL 127059 sqlite3/libsqlite/sqlite3.c if( rc==SQLITE_OK && pRtree->iDepth>0 && NCELL(pRoot)==1 ){ NCELL 127525 sqlite3/libsqlite/sqlite3.c for(ii=0; ii<NCELL(&node); ii++){