Lines Matching defs:isMatch
160918 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */
161131 isMatch = 0;
161156 isMatch = 1;
161159 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){
161166 isMatch = 0;
161174 if( isMatch && (pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_BIGNULL) ){
161178 isMatch = 0;
161181 if( isMatch ){