Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h486 int iTop; /* The very beginning of the WHERE loop */ member
H A Dwhere.c6151 pWInfo->iTop = sqlite3VdbeCurrentAddr(v); in sqlite3WhereBegin()
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1933 int iTop; /* Value of the top= constraint */ member
2626 pCur->iTop = iLimit; in spellfix1FilterForMatch()
2791 sqlite3_result_int(ctx, pCur->iTop); in spellfix1Column()