Home
last modified time | relevance | path

Searched refs:WHERE_BIGNULL_SORT (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h630 #define WHERE_BIGNULL_SORT 0x00080000 /* Column nEq of index is BIGNULL */ macro
H A Dwherecode.c1790 && (pLoop->wsFlags & WHERE_BIGNULL_SORT)!=0 in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c4626 pLoop->wsFlags |= WHERE_BIGNULL_SORT; in wherePathSatisfiesOrderBy()
6093 && (pLoop->wsFlags & WHERE_BIGNULL_SORT)==0 in sqlite3WhereBegin()