Searched refs:iRow (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 421 sqlite_int64 iRow, in createIncrblobChannel() argument 434 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob); in createIncrblobChannel() 2979 Tcl_WideInt iRow; in DbObjCmd() 2996 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow); in DbObjCmd() 3000 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 7795 sqlite3_int64 iRow,
|
H A D | sqlite3.c | 8108 sqlite3_int64 iRow, 71137 i64 iRow, /* The rowid that might be changing */ 71147 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){ 102337 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){ 102345 sqlite3VdbeMemSetInt64(&v->aMem[1], iRow); 102387 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); 102409 sqlite_int64 iRow, /* The row containing the glob */ 102615 rc = blobSeekToRow(pBlob, iRow, &zErr); 102767 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ 102784 rc = blobSeekToRow(p, iRow, &zErr); [all …]
|