Searched refs:StatSample (Results 1 – 1 of 1) sorted by relevance
123887 typedef struct StatSample StatSample; typedef123888 struct StatSample { struct123911 StatSample current; /* Current row as a StatSample */ argument123916 StatSample *aBest; /* Array of nCol best samples */123921 StatSample *a; /* Array of mxSample StatSample objects */123928 static void sampleClear(sqlite3 *db, StatSample *p){123940 static void sampleSetRowid(sqlite3 *db, StatSample *p, int n, const u8 *pData){123956 static void sampleSetRowidInt64(sqlite3 *db, StatSample *p, i64 iRowid){123969 static void sampleCopy(StatAccum *p, StatSample *pTo, StatSample *pFrom){124054 + sizeof(StatSample)*(nCol+mxSample) /* StatAccum.aBest[], a[] */[all …]