Home | History | Annotate | Download | only in orig

Lines Matching defs:pSegment

50252     struct WalSegment *pSegment = &p->aSegment[i];
50253 while( pSegment->iNext<pSegment->nEntry ){
50254 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
50258 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
50262 pSegment->iNext++;