Searched refs:isMatch (Results 1 – 2 of 2) sorted by relevance
1106 int isMatch = 0; in amatchNext() local1203 isMatch = 1; in amatchNext()1240 }while( !isMatch ); in amatchNext()
4368 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ in wherePathSatisfiesOrderBy() local4581 isMatch = 0; in wherePathSatisfiesOrderBy()4606 isMatch = 1; in wherePathSatisfiesOrderBy()4609 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){ in wherePathSatisfiesOrderBy()4616 isMatch = 0; in wherePathSatisfiesOrderBy()4624 if( isMatch && (pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_BIGNULL) ){ in wherePathSatisfiesOrderBy()4628 isMatch = 0; in wherePathSatisfiesOrderBy()4631 if( isMatch ){ in wherePathSatisfiesOrderBy()