Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h627 #define WHERE_UNQ_WANTED 0x00010000 /* WHERE_ONEROW would have been helpful*/ macro
H A Dwherecode.c2074 pLevel->p3 = (pLoop->wsFlags&WHERE_UNQ_WANTED)!=0 ? 1:0; in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c2968 pNew->wsFlags |= WHERE_UNQ_WANTED; in whereLoopAddBtreeIndex()