Searched refs:NCELL (Results 1 – 1 of 1) sorted by relevance
218478 #define NCELL(pNode) readInt16(&(pNode)->zData[2]) macro218894 if( NCELL(pNode)>((pRtree->iNodeSize-4)/pRtree->nBytesPerCell) ){218945 int nByte = (NCELL(pNode) - iCell - 1) * pRtree->nBytesPerCell;218947 writeInt16(&pNode->zData[2], NCELL(pNode)-1);218966 nCell = NCELL(pNode);219041 assert( iCell<NCELL(pNode) );219055 assert( iCell<NCELL(pNode) );219498 int nCell = NCELL(pNode);219760 nCell = NCELL(pNode);219848 if( p->iCell>=NCELL(pNode) ){[all …]