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

/macosx-10.9.5/Heimdal-323.92.1/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...]
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecDb.c322 rc = sqlite3_unlock_notify(dbconn->handle, SecDbUnlockNotify, dsema);
331 ? SecDbErrorWithStmt(rc, stmt, error, CFSTR("sqlite3_unlock_notify"))
332 : SecDbErrorWithDb(rc, dbconn->handle, error, CFSTR("sqlite3_unlock_notify"))));
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecDb.c322 rc = sqlite3_unlock_notify(dbconn->handle, SecDbUnlockNotify, dsema);
331 ? SecDbErrorWithStmt(rc, stmt, error, CFSTR("sqlite3_unlock_notify"))
332 : SecDbErrorWithDb(rc, dbconn->handle, error, CFSTR("sqlite3_unlock_notify"))));

Completed in 375 milliseconds