Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c115880 u32 inFlags, /* IN_INDEX_LOOP, _MEMBERSHIP, and/or _NOOP_OK */ argument
115892 mustBeUnique = (inFlags & IN_INDEX_LOOP)!=0;
116055 && (inFlags & IN_INDEX_NOOP_OK)
116070 int bloomOk = (inFlags & IN_INDEX_MEMBERSHIP)!=0;
116072 if( inFlags & IN_INDEX_LOOP ){