Searched defs:sqlite3StatType (Results 1 – 4 of 4) sorted by relevance
23679 typedef struct sqlite3StatType sqlite3StatType; typedef23680 static SQLITE_WSD struct sqlite3StatType { struct23681 sqlite3StatValueType nowValue[10]; /* Current value */23682 sqlite3StatValueType mxValue[10]; /* Maximum value */
23845 typedef struct sqlite3StatType sqlite3StatType; typedef23846 static SQLITE_WSD struct sqlite3StatType { struct23847 sqlite3StatValueType nowValue[10]; /* Current value */23848 sqlite3StatValueType mxValue[10]; /* Maximum value */
23902 typedef struct sqlite3StatType sqlite3StatType; typedef23903 static SQLITE_WSD struct sqlite3StatType { struct23904 sqlite3StatValueType nowValue[10]; /* Current value */23905 sqlite3StatValueType mxValue[10]; /* Maximum value */