Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c123679 typedef struct StatSample StatSample; typedef
123680 struct StatSample { struct
123703 StatSample current; /* Current row as a StatSample */ argument
123708 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 …]