Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dbestindex8.test317 set bIn 0
318 if {$::vtab_handle_in} { set bIn [$hdl in $i 1] }
319 if {$bIn} {
H A Dpermutations.test152 set bIn 1
155 set bIn 0
159 if {$bIn} {
/sqlite-3.40.0/src/
H A Dwhere.c4007 int bIn; /* True if plan uses IN(...) operator */ in whereLoopAddVirtual() local
4036 pBuilder, mPrereq, ALLBITS, 0, p, mNoOmit, &bIn, &bRetry in whereLoopAddVirtual()
4041 pBuilder, mPrereq, ALLBITS, 0, p, mNoOmit, &bIn, 0 in whereLoopAddVirtual()
4058 if( bIn ){ in whereLoopAddVirtual()
4061 pBuilder, mPrereq, ALLBITS, WO_IN, p, mNoOmit, &bIn, 0); in whereLoopAddVirtual()
4062 assert( bIn==0 ); in whereLoopAddVirtual()
4088 pBuilder, mPrereq, mNext|mPrereq, 0, p, mNoOmit, &bIn, 0); in whereLoopAddVirtual()
4091 if( bIn==0 ) seenZeroNoIN = 1; in whereLoopAddVirtual()
4101 pBuilder, mPrereq, mPrereq, 0, p, mNoOmit, &bIn, 0); in whereLoopAddVirtual()
4102 if( bIn==0 ) seenZeroNoIN = 1; in whereLoopAddVirtual()
[all …]