Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13000 typedef struct sqlite3StatType sqlite3StatType; typedef
13001 static SQLITE_WSD struct sqlite3StatType { struct
13014 # define wsdStatInit sqlite3StatType *x = &GLOBAL(sqlite3StatType,sqlite3Stat) argument
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c21288 typedef struct sqlite3StatType sqlite3StatType; typedef
21289 static SQLITE_WSD struct sqlite3StatType { struct
21290 sqlite3StatValueType nowValue[10]; /* Current value */
21291 sqlite3StatValueType mxValue[10]; /* Maximum value */