Home
last modified time | relevance | path

Searched defs:sqlite3StatType (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c23679 typedef struct sqlite3StatType sqlite3StatType; typedef
23680 static SQLITE_WSD struct sqlite3StatType { struct
23681 sqlite3StatValueType nowValue[10]; /* Current value */
23682 sqlite3StatValueType mxValue[10]; /* Maximum value */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23845 typedef struct sqlite3StatType sqlite3StatType; typedef
23846 static SQLITE_WSD struct sqlite3StatType { struct
23847 sqlite3StatValueType nowValue[10]; /* Current value */
23848 sqlite3StatValueType mxValue[10]; /* Maximum value */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c23902 typedef struct sqlite3StatType sqlite3StatType; typedef
23903 static SQLITE_WSD struct sqlite3StatType { struct
23904 sqlite3StatValueType nowValue[10]; /* Current value */
23905 sqlite3StatValueType mxValue[10]; /* Maximum value */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c23679 typedef struct sqlite3StatType sqlite3StatType; typedef
23680 static SQLITE_WSD struct sqlite3StatType { struct
23681 sqlite3StatValueType nowValue[10]; /* Current value */
23682 sqlite3StatValueType mxValue[10]; /* Maximum value */