Searched refs:StatSample (Results 1 – 1 of 1) sorted by relevance
123679 typedef struct StatSample StatSample; typedef123680 struct StatSample { struct123703 StatSample current; /* Current row as a StatSample */ argument123708 StatSample *aBest; /* Array of nCol best samples */123713 StatSample *a; /* Array of mxSample StatSample objects */123720 static void sampleClear(sqlite3 *db, StatSample *p){123732 static void sampleSetRowid(sqlite3 *db, StatSample *p, int n, const u8 *pData){123748 static void sampleSetRowidInt64(sqlite3 *db, StatSample *p, i64 iRowid){123761 static void sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom){123846 + sizeof(StatSample)*(nCol+mxSample) /* StatAccum.aBest[], a[] */[all …]