Lines Matching refs:proc
25 proc db_page_count {{file test.db}} { expr [file size $file] / 1024 }
26 proc wal_page_count {{file test.db}} { wal_frame_count ${file}-wal 1024 }
36 proc do_wal_checkpoint { dbhandle args } {
52 proc do_wal_checkpoint { dbhandle args } {
76 proc busyhandler {n} {
82 proc reopen_all {} {
169 proc setup_and_attach_aux {} {
181 proc file_page_counts {} {
292 proc busyhandler {x} {
442 proc xBusyHandler {n} { sql2 { COMMIT } ; return 0 }
460 proc xBusyHandler {n} { return 1 }
466 proc xBusyHandler {n} { sql2 { COMMIT } ; return 0 }