Searched defs:iCursor (Results 1 – 8 of 8) sorted by relevance
97 int iCursor; /* Cursor used by pTab */ in sqlite3UpsertAnalyzeTarget() local
506 int iCursor, /* The open cursor on the table */ in exprTableColumn()
240 Bitmask sqlite3WhereGetMask(WhereMaskSet *pMaskSet, int iCursor){ in sqlite3WhereGetMask()288 static void createMask(WhereMaskSet *pMaskSet, int iCursor){ in createMask()3188 int iCursor in indexMightHelpWithOrderBy()
780 int iCursor = -1; /* Table cursor common to all terms */ in exprAnalyzeOrTerm() local
3139 int iCursor; /* The VDBE cursor number used to access this table */ member
53 int iCursor; /* Cursor number */ member
771 int iCursor; /* Current cursor location */ member
3289 void RulePrint(FILE *fp, struct rule *rp, int iCursor){ in RulePrint()