Home
last modified time | relevance | path

Searched defs:wctrlFlags (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c125 u16 wctrlFlags /* Flags passed to sqlite3WhereBegin() */ in sqlite3WhereExplainOneScan()
H A Dwhere.c4358 u16 wctrlFlags, /* WHERE_GROUPBY or _DISTINCTBY or _ORDERBY_LIMIT */ in wherePathSatisfiesOrderBy()
5628 u16 wctrlFlags, /* The WHERE_* flags defined in sqliteInt.h */ in sqlite3WhereBegin()
H A DwhereInt.h475 u16 wctrlFlags; /* Flags originally passed to sqlite3WhereBegin() */ member
H A Dselect.c7239 u16 wctrlFlags = (sDistinct.isTnct ? WHERE_WANT_DISTINCT : 0) in sqlite3Select() local