Home
last modified time | relevance | path

Searched defs:wsFlags (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c5122 u32 wsFlags = pFrom->aLoop[nLoop-1]->wsFlags; in wherePathSolver() local
5968 int wsFlags = pWInfo->a[0].pWLoop->wsFlags; in sqlite3WhereBegin() local
6160 int wsFlags; in sqlite3WhereBegin() local
H A DwhereInt.h157 u32 wsFlags; /* WHERE_* flags describing the plan */ member