Lines Matching refs:iRow
6597 sqlite3_int64 iRow,
59712 i64 iRow, /* The rowid that might be changing */
59722 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
85743 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
85752 v->aMem[1].u.i = iRow;
85790 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
85812 sqlite_int64 iRow, /* The row containing the glob */
86020 rc = blobSeekToRow(pBlob, iRow, &zErr);
86168 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
86184 rc = blobSeekToRow(p, iRow, &zErr);
195938 i64 iRow; /* Rowid for this leaf */
195949 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf);
195950 pLeaf = fts5LeafRead(p, iRow);