Home | History | Annotate | Download | only in dist

Lines Matching defs:pSegment

50270     struct WalSegment *pSegment = &p->aSegment[i];
50271 while( pSegment->iNext<pSegment->nEntry ){
50272 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
50276 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
50280 pSegment->iNext++;