Searched refs:pMatch (Results 1 – 2 of 2) sorted by relevance
221 Index *pMatch; in findSortingIndex() local251 pMatch = 0; in findSortingIndex()264 pMatch = pIdx; in findSortingIndex()268 if( pMatch && pbRev ){ in findSortingIndex()271 return pMatch; in findSortingIndex()
70157 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */70204 pMatch = pItem;70212 pMatch = pItem;70331 pMatch = 0;70386 if( pExpr->iColumn>=0 && pMatch!=0 ){70392 assert( pMatch->iCursor==pExpr->iTable );70393 pMatch->colUsed |= ((Bitmask)1)<<n;
Completed in 253 milliseconds