Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c15574 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 ){
[all …]