Home | History | Annotate | Download | only in orig

Lines Matching defs:pSegment

48829     struct WalSegment *pSegment = &p->aSegment[i];
48830 while( pSegment->iNext<pSegment->nEntry ){
48831 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
48835 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
48839 pSegment->iNext++;