Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h445 #ifndef SQLITE_QUERY_PLANNER_LIMIT
446 # define SQLITE_QUERY_PLANNER_LIMIT 20000 macro
H A Dwhere.c4279 pBuilder->iPlanLimit = SQLITE_QUERY_PLANNER_LIMIT; in whereLoopAddAll()