HomeSort by relevance Sort by last modified time
    Searched full:unlock_notify (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
notify1.test 19 ifcapable !unlock_notify||!shared_cache {
44 db2 unlock_notify {
59 # Verify that invoking the "unlock_notify" method with no arguments
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]
171 db unlock_notify {lappend lUnlock db
    [all...]
notify3.test 20 ifcapable !unlock_notify||!shared_cache {
70 db unlock_notify { set ::res $::when }
140 db1 unlock_notify {set invoked 1}
notify2.test 17 ifcapable !unlock_notify||!shared_cache { finish_test ; return }
tclsqlite.test 38 } {1 {bad option "bogus": must be authorizer, backup, busy, cache, changes, close, collate, collation_needed, commit_hook, complete, copy, enable_load_extension, errorcode, eval, exists, function, incrblob, interrupt, last_insert_rowid, nullvalue, onecolumn, profile, progress, rekey, restore, rollback_hook, status, timeout, total_changes, trace, transaction, unlock_notify, update_hook, version, or wal_hook}}
  /external/chromium_org/third_party/sqlite/src/src/
test_config.c 527 Tcl_SetVar2(interp, "sqlite_options", "unlock_notify", "1", TCL_GLOBAL_ONLY);
529 Tcl_SetVar2(interp, "sqlite_options", "unlock_notify", "0", TCL_GLOBAL_ONLY);
sqlite3ext.h 211 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member in struct:sqlite3_api_routines
411 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
tclsqlite.c     [all...]
test1.c     [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 232 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member in struct:sqlite3_api_routines
435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
  /external/sqlite/dist/
sqlite3ext.h 232 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member in struct:sqlite3_api_routines
435 #define sqlite3_unlock_notify sqlite3_api->unlock_notify

Completed in 588 milliseconds