Home | History | Annotate | Download | only in fts3

Lines Matching refs:pSegment

1956     Fts3SegReader *pSegment = apSegment[i];
1957 if( pSegment->iStartBlock ){
1958 sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock);
1959 sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock);