Searched refs:NCELL (Results 1 – 1 of 1) sorted by relevance
218850 #define NCELL(pNode) readInt16(&(pNode)->zData[2]) macro219269 if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){219320 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;219322 writeInt16(&pNode->zData[2], NCELL(pNode)-1);219341 nCell = NCELL(pNode);219416 assert( iCell<NCELL(pNode) );219430 assert( iCell<NCELL(pNode) );219873 int nCell = NCELL(pNode);220135 nCell = NCELL(pNode);220226 if( p->iCell>=NCELL(pNode) ){[all …]