Searched defs:iRow (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c5769 ** in row iRow, column zColumn, table zTable in database zDb;
5773 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5826 sqlite3_int64 iRow,
49830 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
71226 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
71281 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int flags, sqlite3_blob **ppBlob ) argument
71612 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5769 ** in row iRow, column zColumn, table zTable in database zDb;
5773 ** SELECT zColumn FROM zDb.zTable WHERE [rowid] = iRow;
5826 sqlite3_int64 iRow,
49843 invalidateIncrblobCursors( Btree *pBtree, i64 iRow, int isClearTable ) argument
71239 blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr) argument
71294 sqlite3_blob_open( sqlite3* db, const char *zDb, const char *zTable, const char *zColumn, sqlite_int64 iRow, int flags, sqlite3_blob **ppBlob ) argument
71625 sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow) argument
[all...]

Completed in 470 milliseconds