Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h614 #define WHERE_CONSTRAINT 0x0000000f /* Any of the WHERE_COLUMN_xxx values */ macro
H A Dwherecode.c178 }else if( (flags & WHERE_IPK)!=0 && (flags & WHERE_CONSTRAINT)!=0 ){ in sqlite3WhereExplainOneScan()
2075 if( (pLoop->wsFlags & WHERE_CONSTRAINT)==0 ){ in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c6091 if( (pLoop->wsFlags & WHERE_CONSTRAINT)!=0 in sqlite3WhereBegin()