Home
last modified time | relevance | path

Searched refs:isPSample (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c276 u8 isPSample; /* True if a periodic sample */ member
348 pTo->isPSample = pFrom->isPSample; in sampleCopy()
542 assert( pOld->isPSample==0 && pNew->isPSample==0 ); in sampleIsBetter()
570 if( pNew->isPSample==0 ){ in sampleInsert()
582 if( pOld->isPSample ) return; in sampleInsert()
631 if( p->a[i].isPSample ) continue; in sampleInsert()
755 p->current.isPSample = 1; in statPush()
758 p->current.isPSample = 0; in statPush()