Lines Matching defs:sqlite3StatValueType
23841 typedef sqlite3_int64 sqlite3StatValueType;23843 typedef u32 sqlite3StatValueType;23847 sqlite3StatValueType nowValue[10]; /* Current value */23848 sqlite3StatValueType mxValue[10]; /* Maximum value */23933 sqlite3StatValueType newValue;23936 newValue = (sqlite3StatValueType)X;