Lines Matching refs:iRow
6145 sqlite3_int64 iRow,
54992 i64 iRow, /* The rowid that might be changing */
55002 if( isClearTable || p->info.nKey==iRow ){
79652 static int blobSeekToRow(Incrblob *p, sqlite3_int64 iRow, char **pzErr){
79662 v->aVar[0].u.i = iRow;
79689 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow);
79711 sqlite_int64 iRow, /* The row containing the glob */
79920 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
79921 rc = blobSeekToRow(pBlob, iRow, &zErr);
80045 SQLITE_API int SQLITE_STDCALL sqlite3_blob_reopen(sqlite3_blob *pBlob, sqlite3_int64 iRow){
80061 rc = blobSeekToRow(p, iRow, &zErr);
177629 i64 iRow; /* Rowid for this leaf */
177640 iRow = FTS5_SEGMENT_ROWID(pSeg->iSegid, iIdxLeaf);
177641 pLeaf = fts5DataRead(p, iRow);