Home
last modified time | relevance | path

Searched refs:sqlite3StatValueType (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dstatus.c23 typedef sqlite3_int64 sqlite3StatValueType; typedef
25 typedef u32 sqlite3StatValueType; typedef
29 sqlite3StatValueType nowValue[10]; /* Current value */
30 sqlite3StatValueType mxValue[10]; /* Maximum value */
115 sqlite3StatValueType newValue; in sqlite3StatusHighwater()
118 newValue = (sqlite3StatValueType)X; in sqlite3StatusHighwater()