Lines Matching refs:iRow
7553 sqlite3_int64 iRow,
60952 i64 iRow, /* The rowid that might be changing */
60962 if( p->pgnoRoot==pgnoRoot && (isClearTable || p->info.nKey==iRow) ){
87361 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
87370 v->aMem[1].u.i = iRow;
87409 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
87431 sqlite_int64 iRow, /* The row containing the glob */
87637 rc = blobSeekToRow(pBlob, iRow, &zErr);
87784 SQLITE_API int sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
87800 rc = blobSeekToRow(p, iRow, &zErr);
200125 i64 iRow; /* Rowid for this leaf */
200136 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf);
200137 pLeaf = fts5LeafRead(p, iRow);