Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Damatch.c1106 int isMatch = 0; in amatchNext() local
1203 isMatch = 1; in amatchNext()
1240 }while( !isMatch ); in amatchNext()
/sqlite-3.40.0/src/
H A Dwhere.c4368 u8 isMatch; /* iColumn matches a term of the ORDER BY clause */ in wherePathSatisfiesOrderBy() local
4581 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()