Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c123887 typedef struct StatSample StatSample; typedef
123888 struct StatSample { struct
123911 StatSample current; /* Current row as a StatSample */ argument
123916 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 …]