Home
last modified time | relevance | path

Searched refs:iRowid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c11785 sqlite3_int64 iRowid; /* Rowid for current entry */ member
59359 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){ argument
59409 if( p->v<iRowid ){
59411 }else if( p->v>iRowid ){
109204 int iRowid; /* The rowid of the output table */ member
109344 &pCur->iRowid,
109446 if( pCur->iRowid==pCur->iAddr+1 ){
109492 *pRowid = pCur->iRowid;
109513 pCur->iRowid = 0;
123686 i64 iRowid; /* Rowid in main table of the key */ member
[all …]
H A Dshell.c10281 sqlite3_int64 iRowid; /* Current rowid */ member
10357 pCur->iRowid = 1; in fsdirResetCursor()
10390 pCur->iRowid++; in fsdirNext()
10521 *pRowid = pCur->iRowid; in fsdirRowid()
11000 sqlite3_int64 iRowid; /* The rowid */ member
11131 pCur->iRowid++; in completionNext()
11279 *pRowid = pCur->iRowid; in completionRowid()
11337 pCur->iRowid = 0; in completionFilter()
16588 i64 iRowid = sqlite3_column_int64(pAllIndex, 0); in idxPopulateStat1() local
16592 if( p->iSample<100 && iPrev!=iRowid ){ in idxPopulateStat1()
[all …]
H A Dsqlite3.h11464 sqlite3_int64 iRowid; /* Rowid for current entry */ member