Searched refs:iRow (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/tea/generic/ ! |
| H A D | tclsqlite3.c | 464 sqlite_int64 iRow, in createIncrblobChannel() argument 477 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob); in createIncrblobChannel() 3034 Tcl_WideInt iRow; in DbObjCmd() 3051 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow); in DbObjCmd() 3055 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd()
|
| /src/contrib/sqlite3/ ! |
| H A D | sqlite3.h | 8006 sqlite3_int64 iRow,
|
| H A D | sqlite3.c | 8325 sqlite3_int64 iRow, 72147 i64 iRow, /* The rowid that might be changing */ 72157 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){ 103631 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){ 103639 sqlite3VdbeMemSetInt64(&v->aMem[1], iRow); 103681 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); 103703 sqlite_int64 iRow, /* The row containing the glob */ 103913 rc = blobSeekToRow(pBlob, iRow, &zErr); 104065 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ 104082 rc = blobSeekToRow(p, iRow, &zErr); [all …]
|