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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h414 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h6293 ** sqlite3_unlock_notify() method with the blocked connection handle as
6299 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6301 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6303 ** from within the call to sqlite3_unlock_notify().)^
6311 ** blocked connection. If sqlite3_unlock_notify() is called when the
6313 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6323 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6354 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6355 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6370 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c6846 ** sqlite3_unlock_notify() method with the blocked connection handle as
6852 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
6854 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
6856 ** from within the call to sqlite3_unlock_notify().)^
6864 ** blocked connection. If sqlite3_unlock_notify() is called when the
6866 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
6876 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
6907 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
6908 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
6923 ** always appropriate to call sqlite3_unlock_notify()
89306 #define sqlite3_unlock_notify macro
113246 SQLITE_API int sqlite3_unlock_notify( function
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h492 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h7509 ** sqlite3_unlock_notify() method with the blocked connection handle as
7515 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7517 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7519 ** from within the call to sqlite3_unlock_notify().)^
7527 ** blocked connection. If sqlite3_unlock_notify() is called when the
7529 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7539 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7570 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7571 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7586 ** always appropriate to call sqlite3_unlock_notify()
[all...]
H A Dsqlite3.c7769 ** sqlite3_unlock_notify() method with the blocked connection handle as
7775 ** ^(If sqlite3_unlock_notify() is called in a multi-threaded application,
7777 ** concluded its transaction by the time sqlite3_unlock_notify() is invoked.
7779 ** from within the call to sqlite3_unlock_notify().)^
7787 ** blocked connection. If sqlite3_unlock_notify() is called when the
7789 ** then the new callback replaces the old.)^ ^If sqlite3_unlock_notify() is
7799 ** ^Unless deadlock is detected (see below), sqlite3_unlock_notify() always
7830 ** To avoid this scenario, the sqlite3_unlock_notify() performs deadlock
7831 ** detection. ^If a given call to sqlite3_unlock_notify() would put the
7846 ** always appropriate to call sqlite3_unlock_notify()
109318 #define sqlite3_unlock_notify macro
140664 SQLITE_API int SQLITE_STDCALL sqlite3_unlock_notify( function
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3128 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){

Completed in 616 milliseconds