Lines Matching refs:sqlite3_db_status
42 # Make sure sqlite3_db_config() and sqlite3_db_status are working.
52 sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0
55 sqlite3_db_status db DBSTATUS_LOOKASIDE_HIT 0
58 sqlite3_db_status db DBSTATUS_LOOKASIDE_MISS_SIZE 0
61 sqlite3_db_status db DBSTATUS_LOOKASIDE_MISS_FULL 0
66 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
67 set p [lindex [sqlite3_db_status db DBSTATUS_LOOKASIDE_HIT 0] 2]
68 set q [lindex [sqlite3_db_status db DBSTATUS_LOOKASIDE_MISS_SIZE 0] 2]
69 set r [lindex [sqlite3_db_status db DBSTATUS_LOOKASIDE_MISS_FULL 0] 2]
73 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 1] break
77 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
82 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
87 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 1] break
92 sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0
100 foreach {x y z} [sqlite3_db_status db DBSTATUS_LOOKASIDE_USED 0] break
118 # sqlite3_db_status() with an invalid verb returns an error.
121 sqlite3_db_status db 99999 0