Home
last modified time | relevance | path

Searched refs:xRowid (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/ext/fts5/test/
H A Dfts5auxdata.test34 switch [$cmd xRowid] {
67 switch [$cmd xRowid] {
87 switch [$cmd xRowid] {
H A Dfts5aux.test86 set r [$cmd xRowid]
126 set r [$cmd xRowid]
134 $cmd xQueryPhrase 1 [list xCallback [$cmd xRowid] $code]
164 proc my_rowid {cmd} { $cmd xRowid }
H A Dfts5al.test104 proc rowidtest {cmd} { $cmd xRowid }
221 expr [$cmd xRowid] + $ival
248 expr [$cmd xRowid] % $imod
H A Dfts5fault4.test111 set row [$cmd xRowid]
126 set row [$cmd xRowid]
/sqlite-3.40.0/ext/misc/
H A Dvtshim.c292 rc = pAux->pMod->xRowid(pCur->pChild, pRowid); in vtshimRowid()
496 pAux->sSelf.xRowid = p->xRowid ? vtshimRowid : 0; in sqlite3_create_disposable_module()
/sqlite-3.40.0/ext/fts5/
H A Dfts5.h286 sqlite3_int64 (*xRowid)(Fts5Context*); member
H A Dfts5_tcl.c352 sqlite3_int64 iRowid = p->pApi->xRowid(p->pFts); in xF5tApi()
/sqlite-3.40.0/test/
H A Dvtab1.test1227 xRowid \
/sqlite-3.40.0/src/
H A Dvdbe.c5934 assert( pModule->xRowid ); in sqlite3VdbeExec()
5935 rc = pModule->xRowid(pC->uc.pVCur, &v); in sqlite3VdbeExec()
H A Dsqlite.h.in7050 int (*xRowid)(sqlite3_vtab_cursor*, sqlite3_int64 *pRowid); member
7367 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods