Lines Matching refs:iRow
7553 sqlite3_int64 iRow,
60936 i64 iRow, /* The rowid that might be changing */
60946 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
87345 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
87354 v->aMem[1].u.i = iRow;
87393 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
87415 sqlite_int64 iRow, /* The row containing the glob */
87621 rc = blobSeekToRow(pBlob, iRow, &zErr);
87768 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
87784 rc = blobSeekToRow(p, iRow, &zErr);
200097 i64 iRow; /* Rowid for this leaf */
200108 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf);
200109 pLeaf = fts5LeafRead(p, iRow);