Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2021 WHERETRACE(0x10,("equality scan regions %s(%d): %d\n", in whereEqualScanEst()
2071 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
2937 WHERETRACE(0x40, in whereLoopAddBtreeIndex()
2942 WHERETRACE(0x40, in whereLoopAddBtreeIndex()
2948 WHERETRACE(0x40, in whereLoopAddBtreeIndex()
4034 WHERETRACE(0x40, (" VirtualOne: all usable\n")); in whereLoopAddVirtual()
4099 WHERETRACE(0x40, (" VirtualOne: all disabled\n")); in whereLoopAddVirtual()
4915 WHERETRACE(0x002, in wherePathSolver()
5451 WHERETRACE(0xffff, ( in whereCheckIfBloomFilterIsUseful()
5853 WHERETRACE(0xffff, in sqlite3WhereBegin()
[all …]
H A DsqliteInt.h1047 # define WHERETRACE(K,X) if(sqlite3WhereTrace&(K)) sqlite3DebugPrintf X macro
1050 # define WHERETRACE(K,X) macro
H A Dwherecode.c2279 WHERETRACE(0xffff, ("Subplan for OR-clause:\n")); in sqlite3WhereCodeOneLoopStart()