Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h448 #ifndef SQLITE_QUERY_PLANNER_LIMIT_INCR
449 # define SQLITE_QUERY_PLANNER_LIMIT_INCR 1000 macro
H A Dwhere.c4283 pBuilder->iPlanLimit += SQLITE_QUERY_PLANNER_LIMIT_INCR; in whereLoopAddAll()