Searched refs:nDim2 (Results 1 – 1 of 1) sorted by relevance
218631 u8 nDim2; /* Twice the number of dimensions */ member219308 for(ii=0; ii<pRtree->nDim2; ii++){219455 }while( ii<pRtree->nDim2 );220251 }else if( i<=pRtree->nDim2 ){220281 sqlite3_column_value(pCsr->pReadAux, i - pRtree->nDim2 + 1));220426 p->pInfo->nCoord = pRtree->nDim2;220569 && ((p->iColumn>0 && p->iColumn<=pRtree->nDim2)220644 int ii = pRtree->nDim2 - 2;220662 }while( ii<pRtree->nDim2 );220668 }while( ii<pRtree->nDim2 );[all …]