Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c1725 int start_constraints; /* Start of range is constrained */ in sqlite3WhereCodeOneLoopStart() local
1838 start_constraints = pRangeStart || nEq>0; in sqlite3WhereCodeOneLoopStart()
1866 start_constraints = 1; in sqlite3WhereCodeOneLoopStart()
1870 start_constraints = 1; in sqlite3WhereCodeOneLoopStart()
1890 op = aStartOp[(start_constraints<<2) + (startEq<<1) + bRev]; in sqlite3WhereCodeOneLoopStart()