Searched refs:busyhandler (Results 1 – 7 of 7) sorted by relevance
52 proc busyhandler {db args} { set ::busyconnection $db ; return 1 }53 db2 busy {busyhandler db2}54 db1 busy {busyhandler db1}
172 proc busyhandler {handle args} {176 db1 busy [list busyhandler db1]177 db2 busy [list busyhandler db2]
76 proc busyhandler {n} {92 code1 { db busy busyhandler }292 proc busyhandler {x} {314 code1 { db busy busyhandler }
164 proc busyhandler {n} { usleep 10 ; return 0 }167 db busy busyhandler340 db busy busyhandler366 db busy busyhandler
93 proc busyhandler {x} {120 sqlite3demo_superlock unlock test.db "" busyhandler
539 static int busyhandler(void *pArg, int n){ in busyhandler() function563 sqlite3_busy_handler(pDb->db, busyhandler, 0); in opendb_x()
300 proc busyhandler x {308 db busy busyhandler