Searched refs:bIn (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | bestindex8.test | 317 set bIn 0 318 if {$::vtab_handle_in} { set bIn [$hdl in $i 1] } 319 if {$bIn} {
|
| H A D | permutations.test | 152 set bIn 1 155 set bIn 0 159 if {$bIn} {
|
| /sqlite-3.40.0/src/ |
| H A D | where.c | 4007 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 …]
|