Lines Matching refs:iRow
6539 sqlite3_int64 iRow,
59460 i64 iRow, /* The rowid that might be changing */
59470 if( isClearTable || p->info.nKey==iRow ){
85394 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
85403 v->aMem[1].u.i = iRow;
85441 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
85463 sqlite_int64 iRow, /* The row containing the glob */
85671 rc = blobSeekToRow(pBlob, iRow, &zErr);
85819 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
85835 rc = blobSeekToRow(p, iRow, &zErr);
194975 i64 iRow; /* Rowid for this leaf */
194986 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf);
194987 pLeaf = fts5LeafRead(p, iRow);