Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c347 static void sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom){ in sampleCopy() function
621 sampleCopy(p, pSample, pNew); in sampleInsert()
765 sampleCopy(p, &p->aBest[i], &p->current); in statPush()