Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:pSegment

44771     struct WalSegment *pSegment = &p->aSegment[i];
44772 while( pSegment->iNext<pSegment->nEntry ){
44773 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
44777 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
44781 pSegment->iNext++;
122052 Fts3SegReader *pSegment = apSegment[i];
122053 if( pSegment->iStartBlock ){
122054 sqlite3_bind_int64(pDelete, 1, pSegment->iStartBlock);
122055 sqlite3_bind_int64(pDelete, 2, pSegment->iEndBlock);