Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h182 #define N_OR_COST 3 macro
185 WhereOrCost a[N_OR_COST]; /* Set of best costs */
H A Dwhere.c219 if( pSet->n<N_OR_COST ){ in whereOrInsert()