Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h7811 sqlite3_int64 iRowid; /* Rowid for current entry */ member
Dsqlite3.c8018 sqlite3_int64 iRowid; /* Rowid for current entry */ member
41448 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){
41496 if( p->v<iRowid ){
41498 }else if( p->v>iRowid ){
88352 i64 iRowid; /* Rowid in main table of the key */
88408 static void sampleSetRowidInt64(sqlite3 *db, Stat4Sample *p, i64 iRowid){
88412 p->u.iRowid = iRowid;
88431 sampleSetRowidInt64(p->db, pTo, pFrom->u.iRowid);
88959 sqlite3_result_int64(context, pS->u.iRowid);
138954 sqlite3_int64 iRowid; /* Current rowid */
[all …]
/external/sqlite/dist/orig/
Dsqlite3.h7811 sqlite3_int64 iRowid; /* Rowid for current entry */ member
Dsqlite3.c8018 sqlite3_int64 iRowid; /* Rowid for current entry */ member
41430 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){
41478 if( p->v<iRowid ){
41480 }else if( p->v>iRowid ){
88334 i64 iRowid; /* Rowid in main table of the key */
88390 static void sampleSetRowidInt64(sqlite3 *db, Stat4Sample *p, i64 iRowid){
88394 p->u.iRowid = iRowid;
88413 sampleSetRowidInt64(p->db, pTo, pFrom->u.iRowid);
88941 sqlite3_result_int64(context, pS->u.iRowid);
138924 sqlite3_int64 iRowid; /* Current rowid */
[all …]