Searched refs:sqlite3StatValueType (Results 1 – 1 of 1) sorted by relevance
23753 typedef sqlite3_int64 sqlite3StatValueType; typedef23755 typedef u32 sqlite3StatValueType; typedef23759 sqlite3StatValueType nowValue[10]; /* Current value */23760 sqlite3StatValueType mxValue[10]; /* Maximum value */23845 sqlite3StatValueType newValue; in sqlite3StatusHighwater()23848 newValue = (sqlite3StatValueType)X; in sqlite3StatusHighwater()