Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c477 sqlite_int64 iRow, in createIncrblobChannel() argument
490 rc = sqlite3_blob_open(db, zDb, zTable, zColumn, iRow, !isReadonly, &pBlob); in createIncrblobChannel()
3482 Tcl_WideInt iRow; in DbObjCmd()
3499 rc = Tcl_GetWideIntFromObj(interp, objv[objc-1], &iRow); in DbObjCmd()
3503 interp, pDb, zDb, zTable, zColumn, (sqlite3_int64)iRow, isReadonly in DbObjCmd()
/freebsd/contrib/sqlite3/
H A Dsqlite3.h8170 sqlite3_int64 iRow,
H A Dsqlite3.c8491 sqlite3_int64 iRow,
73715 i64 iRow, /* The rowid that might be changing */ argument
73725 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
105887 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){ argument
105895 sqlite3VdbeMemSetInt64(&v->aMem[1], iRow);
105937 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
105959 sqlite_int64 iRow, /* The row containing the glob */ argument
106169 rc = blobSeekToRow(pBlob, iRow, &zErr);
106336 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){ argument
106353 rc = blobSeekToRow(p, iRow, &zErr);
[all …]