Searched refs:nDim2 (Results 1 – 1 of 1) sorted by relevance
218259 u8 nDim2; /* Twice the number of dimensions */ member218933 for(ii=0; ii<pRtree->nDim2; ii++){219080 }while( ii<pRtree->nDim2 );219873 }else if( i<=pRtree->nDim2 ){219903 sqlite3_column_value(pCsr->pReadAux, i - pRtree->nDim2 + 1));220048 p->pInfo->nCoord = pRtree->nDim2;220191 && ((p->iColumn>0 && p->iColumn<=pRtree->nDim2)220266 int ii = pRtree->nDim2 - 2;220284 }while( ii<pRtree->nDim2 );220290 }while( ii<pRtree->nDim2 );[all …]