Lines Matching refs:sqlite3WhereTrace

15133 SQLITE_PRIVATE u32 sqlite3WhereTrace;  variable
15136 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X
22948 SQLITE_PRIVATE u32 sqlite3WhereTrace = 0; variable
156540 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
157533 if( sqlite3WhereTrace & 0x1 ){
157536 if( sqlite3WhereTrace & 0x1000 ){
157540 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
158693 if( sqlite3WhereTrace ){
158697 if( sqlite3WhereTrace & 0x4000 ){
158727 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
158843 if( sqlite3WhereTrace & 0x4000 ){
158848 if( sqlite3WhereTrace & 0x1 ){
160991 if( sqlite3WhereTrace && pWInfo->eOnePass!=ONEPASS_OFF ){
161200 if( sqlite3WhereTrace & 0x20000 ){
161538 if( (sqlite3WhereTrace & 0x10)==0 ) return;
161558 if( (sqlite3WhereTrace & 0x10)==0 ) return;
163037 if( sqlite3WhereTrace & 0x10000 ){
163125 if( p->nLTerm && (sqlite3WhereTrace & 0x4000)!=0 ){
163480 if( sqlite3WhereTrace & 0x8 ){
163497 if( sqlite3WhereTrace & 0x8 ){
163512 if( sqlite3WhereTrace & 0x8 ){
163542 if( sqlite3WhereTrace & 0x8 ){
164033 if( sqlite3WhereTrace & 0x20 ){
165341 if( sqlite3WhereTrace & 0x20000 ){
166127 if( sqlite3WhereTrace&0x4 ){
166146 if( sqlite3WhereTrace&0x4 ){
166169 if( sqlite3WhereTrace&0x4 ){
166187 if( sqlite3WhereTrace&0x4 ){
166225 if( sqlite3WhereTrace & 0x02 ){
166433 if( sqlite3WhereTrace & 0x02 ){
166474 if( sqlite3WhereTrace ){ /* Display all of the WhereLoop objects */
166705 if( sqlite3WhereTrace & 0x200 ){
166707 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(pExpr);
167065 if( sqlite3WhereTrace & 0xffffffff ){
167071 if( sqlite3WhereTrace & 0x8000 ){
167081 if( sqlite3WhereTrace & 0x4000 ){ /* Display all WHERE clause terms */
167140 if( sqlite3WhereTrace ){
167197 if( sqlite3WhereTrace & 0x4000 ){ /* Display all terms of the WHERE clause */
167750 if( sqlite3WhereTrace & 0x200 ){
167753 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(p->pExpr);
182739 case 2: *ptr = sqlite3WhereTrace; break;
182740 case 3: sqlite3WhereTrace = *ptr; break;