Home | History | Annotate | Download | only in fts3

Lines Matching refs:iBlockid

832 ** specific row is identified by the iBlockid parameter. If paBlob is not
855 sqlite3_int64 iBlockid, /* Access the row with blockid=$iBlockid */
865 rc = sqlite3_blob_reopen(p->pSegments, iBlockid);
872 p->db, p->zDb, p->zSegmentsTbl, "block", iBlockid, 0, &p->pSegments