Home | History | Annotate | Download | only in dist

Lines Matching refs:xEof

5514   int (*xEof)(sqlite3_vtab_cursor*);
5701 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
70790 u.cm.res = u.cm.pModule->xEof(u.cm.pVtabCursor);
70898 u.co.res = u.co.pModule->xEof(u.co.pCur->pVtabCursor);
119682 ** This is the xEof method of the virtual table. SQLite calls this
120134 /* xEof */ fts3EofMethod,
122247 ** xEof - Return true if the cursor is at EOF, or false otherwise.
122310 fts3auxEofMethod, /* xEof */
131009 ** Rtree virtual table module xEof method.
133026 rtreeEof, /* xEof */