Lines Matching defs:xRowid
7644 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid);
7965 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
13246 ** xRowid:
13440 sqlite3_int64 (*xRowid)(Fts5Context*);
99194 assert( pModule->xRowid );
99195 rc = pModule->xRowid(pC->uc.pVCur, &v);
105990 /* xRowid */ bytecodevtabRowid,
141658 /* Increment the xRowid value */
141746 ** Pragma virtual table module xRowid method.
141768 pragmaVtabRowid, /* xRowid - read data */
189580 ** This is the xRowid method. The SQLite core calls this routine to
190202 /* xRowid */ fts3RowidMethod,
192850 ** xRowid - Return the current rowid for the cursor.
192879 fts3auxRowidMethod, /* xRowid */
196417 ** xRowid - Return the current rowid for the cursor.
196446 fts3tokRowidMethod, /* xRowid */
210181 jsonEachRowid, /* xRowid - read data */
210210 jsonEachRowid, /* xRowid - read data */
212029 ** Rtree virtual table module xRowid method.
213675 rtreeRowid, /* xRowid - read data */
216376 rtreeRowid, /* xRowid - read data */
224216 ** by the xColumn() and xRowid() methods.
224426 statRowid, /* xRowid - read data */
224864 dbpageRowid, /* xRowid - read data */
231555 ** xRowid:
231749 sqlite3_int64 (*xRowid)(Fts5Context*);
249563 fts5structRowidMethod, /* xRowid */
251039 ** This is the xRowid method. The SQLite core calls this routine to
252610 /* xRowid */ fts5RowidMethod,
257276 ** This is the xRowid method. The SQLite core calls this routine to
257303 /* xRowid */ fts5VocabRowidMethod,
257632 stmtRowid, /* xRowid - read data */