Searched refs:WHERE_BIGNULL_SORT (Results 1 – 3 of 3) sorted by relevance
630 #define WHERE_BIGNULL_SORT 0x00080000 /* Column nEq of index is BIGNULL */ macro
1790 && (pLoop->wsFlags & WHERE_BIGNULL_SORT)!=0 in sqlite3WhereCodeOneLoopStart()
4626 pLoop->wsFlags |= WHERE_BIGNULL_SORT; in wherePathSatisfiesOrderBy()6093 && (pLoop->wsFlags & WHERE_BIGNULL_SORT)==0 in sqlite3WhereBegin()