Home
last modified time | relevance | path

Searched defs:Stat4Accum (Results 1 – 2 of 2) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Danalyze.c265 typedef struct Stat4Accum Stat4Accum; typedef
282 struct Stat4Accum { struct
283 tRowcnt nRow; /* Number of rows in the entire table */
284 tRowcnt nPSample; /* How often to do a periodic sample */
285 int nCol; /* Number of columns in index + pk/rowid */
288 Stat4Sample current; /* Current row as a Stat4Sample */
289 u32 iPrn; /* Pseudo-random number used for sampling */
290 Stat4Sample *aBest; /* Array of nCol best samples */
292 int nSample; /* Current number of samples */
295 Stat4Sample *a; /* Array of mxSample Stat4Sample objects */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Danalyze.c259 typedef struct Stat4Accum Stat4Accum; typedef
276 struct Stat4Accum { struct
277 tRowcnt nRow; /* Number of rows in the entire table */
278 tRowcnt nPSample; /* How often to do a periodic sample */
279 int nCol; /* Number of columns in index + pk/rowid */
282 Stat4Sample current; /* Current row as a Stat4Sample */
283 u32 iPrn; /* Pseudo-random number used for sampling */
284 Stat4Sample *aBest; /* Array of nCol best samples */
286 int nSample; /* Current number of samples */
289 Stat4Sample *a; /* Array of mxSample Stat4Sample objects */
[all …]