Searched refs:sqlite3_unlock_notify (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dnotify.c13 ** This file contains the implementation of the sqlite3_unlock_notify()
28 ** sqlite3_unlock_notify()
148 int sqlite3_unlock_notify( function
H A Dloadext.c362 sqlite3_unlock_notify,
H A Dtest_thread.c391 ** documentation for the sqlite3_unlock_notify() API function. This
431 ** This function calls sqlite3_unlock_notify() to register for an
435 ** Or, if sqlite3_unlock_notify() indicates that to block would deadlock
450 rc = sqlite3_unlock_notify(db, unlock_notify_cb, (void *)&un);
453 /* The call to sqlite3_unlock_notify() always returns either SQLITE_LOCKED
H A Dsqlite3ext.h411 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite.h.in6082 ** sqlite3_unlock_notify() method with the blocked connection handle as
6088 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6090 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6092 ** from within the call to sqlite3_unlock_notify().)^
6100 ** blocked connection. If sqlite3_unlock_notify() is called when the
6102 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6112 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6143 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6144 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6159 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dtclsqlite.c2757 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){
H A Dtest1.c5172 ** tclcmd: sqlite3_unlock_notify db
5192 rc = sqlite3_unlock_notify(db, test_unlock_notify_cb, (void *)interp);
5678 { "sqlite3_unlock_notify", test_unlock_notify, 0 },
/external/sqlite/dist/orig/
H A Dsqlite3ext.h449 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6944 ** sqlite3_unlock_notify() method with the blocked connection handle as
6950 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6952 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6954 ** from within the call to sqlite3_unlock_notify().)^
6962 ** blocked connection. If sqlite3_unlock_notify() is called when the
6964 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6974 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7005 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7006 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7021 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7059 ** sqlite3_unlock_notify() method with the blocked connection handle as
7065 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7067 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7069 ** from within the call to sqlite3_unlock_notify().)^
7077 ** blocked connection. If sqlite3_unlock_notify() is called when the
7079 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7089 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7120 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7121 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7136 ** always appropriate to call sqlite3_unlock_notify()
97420 #define sqlite3_unlock_notify macro
125771 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h449 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6944 ** sqlite3_unlock_notify() method with the blocked connection handle as
6950 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6952 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6954 ** from within the call to sqlite3_unlock_notify().)^
6962 ** blocked connection. If sqlite3_unlock_notify() is called when the
6964 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6974 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7005 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7006 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7021 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7059 ** sqlite3_unlock_notify() method with the blocked connection handle as
7065 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7067 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7069 ** from within the call to sqlite3_unlock_notify().)^
7077 ** blocked connection. If sqlite3_unlock_notify() is called when the
7079 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7089 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7120 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7121 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7136 ** always appropriate to call sqlite3_unlock_notify()
97440 #define sqlite3_unlock_notify macro
125791 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h6087 ** sqlite3_unlock_notify() method with the blocked connection handle as
6093 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6095 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6097 ** from within the call to sqlite3_unlock_notify().)^
6105 ** blocked connection. If sqlite3_unlock_notify() is called when the
6107 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6117 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6148 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6149 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6164 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c6630 ** sqlite3_unlock_notify() method with the blocked connection handle as
6636 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6638 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6640 ** from within the call to sqlite3_unlock_notify().)^
6648 ** blocked connection. If sqlite3_unlock_notify() is called when the
6650 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6660 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6691 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6692 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6707 ** always appropriate to call sqlite3_unlock_notify()
86893 #define sqlite3_unlock_notify macro
110064 SQLITE_API int sqlite3_unlock_notify( function
[all...]

Completed in 457 milliseconds