Lines Matching refs:sqlite3WhereTrace

14130 SQLITE_PRIVATE u32 sqlite3WhereTrace;  variable
14133 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X
21603 SQLITE_PRIVATE u32 sqlite3WhereTrace = 0;
146733 if( sqlite3WhereTrace & 0x20000 ){
147774 if( sqlite3WhereTrace & 0x800 ){
147779 if( sqlite3WhereTrace & 0x20000 ){
148878 if( sqlite3WhereTrace ){
148882 if( sqlite3WhereTrace & 0x800 ){
148912 if( sqlite3WhereTrace & 0x800 ){
148962 if( sqlite3WhereTrace & 0x20000 ){
148967 if( sqlite3WhereTrace & 0x800 ){
150802 if( sqlite3WhereTrace && pWInfo->eOnePass!=ONEPASS_OFF ){
150982 if( sqlite3WhereTrace & 0x20000 ){
151309 if( !sqlite3WhereTrace ) return;
151327 if( !sqlite3WhereTrace ) return;
152468 if( sqlite3WhereTrace & 0x10000 ){
152539 if( p->nLTerm && (sqlite3WhereTrace & 0x100)!=0 ){
152876 if( sqlite3WhereTrace & 0x8 ){
152893 if( sqlite3WhereTrace & 0x8 ){
152908 if( sqlite3WhereTrace & 0x8 ){
152938 if( sqlite3WhereTrace & 0x8 ){
153402 if( sqlite3WhereTrace & 0x01 ){
154280 if( sqlite3WhereTrace & 0x400 ){
155023 if( sqlite3WhereTrace&0x4 ){
155042 if( sqlite3WhereTrace&0x4 ){
155065 if( sqlite3WhereTrace&0x4 ){
155083 if( sqlite3WhereTrace&0x4 ){
155121 if( sqlite3WhereTrace & 0x02 ){
155321 if( sqlite3WhereTrace ){
155362 if( sqlite3WhereTrace ){ /* Display all of the WhereLoop objects */
155653 if( sqlite3WhereTrace & 0xffff ){
155659 if( sqlite3WhereTrace & 0x100 ){
155670 if( sqlite3WhereTrace & 0x100 ){ /* Display all terms of the WHERE clause */
155716 if( sqlite3WhereTrace ){
155821 if( sqlite3WhereTrace & 0x100 ){ /* Display all terms of the WHERE clause */
170932 case 2: *ptr = sqlite3WhereTrace; break;
170933 case 3: sqlite3WhereTrace = *ptr; break;