Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h422 unsigned char bldFlags2; /* Second set of SQLITE_BLDF_* flags */ member
H A Dwhere.c3069 pBuilder->bldFlags2 |= SQLITE_BLDF2_2NDPASS; in whereLoopAddBtreeIndex()
5851 if( sWLB.bldFlags2 & SQLITE_BLDF2_2NDPASS ){ in sqlite3WhereBegin()