Home
last modified time | relevance | path

Searched defs:iCursor (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dupsert.c97 int iCursor; /* Cursor used by pTab */ in sqlite3UpsertAnalyzeTarget() local
H A Dfkey.c506 int iCursor, /* The open cursor on the table */ in exprTableColumn()
H A Dwhere.c240 Bitmask sqlite3WhereGetMask(WhereMaskSet *pMaskSet, int iCursor){ in sqlite3WhereGetMask()
288 static void createMask(WhereMaskSet *pMaskSet, int iCursor){ in createMask()
3188 int iCursor in indexMightHelpWithOrderBy()
H A Dwhereexpr.c780 int iCursor = -1; /* Table cursor common to all terms */ in exprAnalyzeOrTerm() local
H A DsqliteInt.h3139 int iCursor; /* The VDBE cursor number used to access this table */ member
/sqlite-3.40.0/ext/misc/
H A Dvtablog.c53 int iCursor; /* Cursor number */ member
H A Dfossildelta.c771 int iCursor; /* Current cursor location */ member
/sqlite-3.40.0/tool/
H A Dlemon.c3289 void RulePrint(FILE *fp, struct rule *rp, int iCursor){ in RulePrint()