Home
last modified time | relevance | path

Searched refs:busy_handler (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/test/
H A Dbusy.test89 proc busy_handler {n} {
93 db busy busy_handler
106 proc busy_handler {n} { return 1 }
129 proc busy_handler {n} {
H A De_walckpt.test297 proc busy_handler {mode busy_handler_mode n} {
407 db busy [list busy_handler $mode $busy_handler_mode]
/sqlite-3.40.0/src/
H A Dsqlite3ext.h46 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*); member
401 #define sqlite3_busy_handler sqlite3_api->busy_handler