Searched refs:unlock_notify (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | notify1.test | 44 db2 unlock_notify { 75 db2 unlock_notify { 84 db2 unlock_notify 126 db2 unlock_notify {lappend unlock_notify db2} 132 set rc [catch { db unlock_notify {lappend unlock_notify db} } msg] 379 proc unlock_notify {} { 380 incr ::unlock_notify 398 set unlock_notify 0 399 db2 unlock_notify unlock_notify 403 set unlock_notify [all …]
|
| H A D | notify3.test | 20 ifcapable !unlock_notify||!shared_cache { 70 db unlock_notify { set ::res $::when } 140 db1 unlock_notify {set invoked 1}
|
| H A D | notify2.test | 17 ifcapable !unlock_notify||!shared_cache { finish_test ; return }
|
| H A D | tclsqlite.test | 45 …ialize, status, timeout, total_changes, trace, trace_v2, transaction, unlock_notify, update_hook, …
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 230 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member 569 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
|