Home
last modified time | relevance | path

Searched refs:sqlite3_unlock_notify (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h576 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
H A Dsqlite3.h9455 SQLITE_API int sqlite3_unlock_notify(
H A Dsqlite3.c9768 SQLITE_API int sqlite3_unlock_notify(
137009 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
137504 sqlite3_unlock_notify,
185016 SQLITE_API int sqlite3_unlock_notify(
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3541 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()