Lines Matching refs:xEof
5514 int (*xEof)(sqlite3_vtab_cursor*);
5701 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
70762 u.cm.res = u.cm.pModule->xEof(u.cm.pVtabCursor);
70870 u.co.res = u.co.pModule->xEof(u.co.pCur->pVtabCursor);
119646 ** This is the xEof method of the virtual table. SQLite calls this
120098 /* xEof */ fts3EofMethod,
122201 ** xEof - Return true if the cursor is at EOF, or false otherwise.
122264 fts3auxEofMethod, /* xEof */
130963 ** Rtree virtual table module xEof method.
132980 rtreeEof, /* xEof */