Lines Matching defs:xEof
7642 int (*xEof)(sqlite3_vtab_cursor*);
7965 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
101444 res = pModule->xEof(pVCur);
101548 res = pModule->xEof(pCur->uc.pVCur);
105988 /* xEof */ bytecodevtabEof,
141720 ** Pragma virtual table module xEof method.
141766 pragmaVtabEof, /* xEof */
189567 ** This is the xEof method of the virtual table. SQLite calls this
190200 /* xEof */ fts3EofMethod,
192801 ** xEof - Return true if the cursor is at EOF, or false otherwise.
192877 fts3auxEofMethod, /* xEof */
196377 ** xEof - Return true if the cursor is at EOF, or false otherwise.
196444 fts3tokEofMethod, /* xEof */
210179 jsonEachEof, /* xEof - check for end of scan */
210208 jsonEachEof, /* xEof - check for end of scan */
211457 ** Rtree virtual table module xEof method.
213673 rtreeEof, /* xEof */
216374 rtreeEof, /* xEof */
224424 statEof, /* xEof - check for end of scan */
224862 dbpageEof, /* xEof - check for end of scan */
249561 fts5structEofMethod, /* xEof */
251015 ** This is the xEof method of the virtual table. SQLite calls this
252608 /* xEof */ fts5EofMethod,
257200 ** This is the xEof method of the virtual table. SQLite calls this
257301 /* xEof */ fts5VocabEofMethod,
257630 stmtEof, /* xEof - check for end of scan */