Home | History | Annotate | Download | only in src

Lines Matching refs:pIndex

165   for(pIdx=pTab->pIndex; pIdx; pIdx=pIdx->pNext){
188 ** first index in the pTab->pIndex list, then register regLast has
190 if( pTab->pIndex==pIdx ){
349 if( pTab->pIndex==0 ){
518 Index *pIndex;
535 pIndex = sqlite3FindIndex(pInfo->db, argv[1], pInfo->zDatabase);
537 pIndex = 0;
539 n = pIndex ? pIndex->nColumn : 0;
548 if( pIndex==0 ) break;
549 pIndex->aiRowEst[i] = v;
552 pIndex->bUnordered = 1;