Searched defs:sqlite3StatType (Results 1 – 1 of 1) sorted by relevance
27 typedef struct sqlite3StatType sqlite3StatType; typedef28 static SQLITE_WSD struct sqlite3StatType { struct29 sqlite3StatValueType nowValue[10]; /* Current value */30 sqlite3StatValueType mxValue[10]; /* Maximum value */