Home | History | Annotate | Download | only in orig

Lines Matching refs:xEof

5435   int (*xEof)(sqlite3_vtab_cursor*);
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
74103 res = pModule->xEof(pVtabCursor);
74208 res = pModule->xEof(pCur->pVtabCursor);
130021 ** This is the xEof method of the virtual table. SQLite calls this
130548 /* xEof */ fts3EofMethod,
133088 ** xEof - Return true if the cursor is at EOF, or false otherwise.
133164 fts3auxEofMethod, /* xEof */
136610 ** xEof - Return true if the cursor is at EOF, or false otherwise.
136677 fts3tokEofMethod, /* xEof */
145542 ** Rtree virtual table module xEof method.
147627 rtreeEof, /* xEof */