Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c36 u32 mIn; /* Mask of terms that are <col> IN (...) */ member
1297 pHidden->mIn = 0; in allocateIndexInfo()
1306 pHidden->mIn |= SMASKBIT32(j); in allocateIndexInfo()
3887 if( m & pHidden->mIn ){ in sqlite3_vtab_in()