Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h33 typedef struct WhereOrCost WhereOrCost; typedef
172 struct WhereOrCost { struct
185 WhereOrCost a[N_OR_COST]; /* Set of best costs */ argument
H A Dwhere.c210 WhereOrCost *p; in whereOrInsert()