Lines Matching refs:sqlite3WhereTrace
15574 SQLITE_PRIVATE u32 sqlite3WhereTrace; variable
15577 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X
23516 SQLITE_PRIVATE u32 sqlite3WhereTrace = 0; variable
160031 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
161099 if( sqlite3WhereTrace & 0x1 ){
161102 if( sqlite3WhereTrace & 0x1000 ){
161106 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
162274 if( sqlite3WhereTrace ){
162278 if( sqlite3WhereTrace & 0x4000 ){
162308 if( (sqlite3WhereTrace & 0x4001)==0x4001 ){
162424 if( sqlite3WhereTrace & 0x4000 ){
162429 if( sqlite3WhereTrace & 0x1 ){
164644 if( sqlite3WhereTrace && pWInfo->eOnePass!=ONEPASS_OFF ){
164897 if( sqlite3WhereTrace & 0x20000 ){
165244 if( (sqlite3WhereTrace & 0x10)==0 ) return;
165268 if( (sqlite3WhereTrace & 0x10)==0 ) return;
166861 if( sqlite3WhereTrace & 0x10000 ){
166959 if( p->nLTerm && (sqlite3WhereTrace & 0x4000)!=0 ){
167314 if( sqlite3WhereTrace & 0x8 ){
167331 if( sqlite3WhereTrace & 0x8 ){
167346 if( sqlite3WhereTrace & 0x8 ){
167376 if( sqlite3WhereTrace & 0x8 ){
167880 if( sqlite3WhereTrace & 0x20 ){
169226 if( sqlite3WhereTrace & 0x20000 ){
170083 if( sqlite3WhereTrace & 0x80000 ){
170099 if( (sqlite3WhereTrace & 0x80000)!=0 && pWInfo->bStarUsed ){
170338 if( sqlite3WhereTrace&0x4 ){
170357 if( sqlite3WhereTrace&0x4 ){
170379 if( sqlite3WhereTrace&0x4 ){
170397 if( sqlite3WhereTrace&0x4 ){
170435 if( sqlite3WhereTrace & 0x02 ){
170626 if( sqlite3WhereTrace & 0x80 ){
170736 if( sqlite3WhereTrace & 0x02 ){
170777 if( sqlite3WhereTrace ){ /* Display all of the WhereLoop objects */
170996 if( sqlite3WhereTrace & 0x200 ){
170998 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(pExpr);
171358 if( sqlite3WhereTrace & 0xffffffff ){
171364 if( sqlite3WhereTrace & 0x8000 ){
171374 if( sqlite3WhereTrace & 0x4000 ){ /* Display all WHERE clause terms */
171435 if( sqlite3WhereTrace ){
171493 if( sqlite3WhereTrace & 0x4000 ){ /* Display all terms of the WHERE clause */
172043 if( sqlite3WhereTrace & 0x200 ){
172046 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(p->pExpr);
187275 case 2: *ptr = sqlite3WhereTrace; break;
187276 case 3: sqlite3WhereTrace = *ptr; break;