Searched refs:sqlite3_unlock_notify (Results 1 – 7 of 7) sorted by relevance
414 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
6385 SQLITE_API int sqlite3_unlock_notify(
6938 SQLITE_API int sqlite3_unlock_notify(89306 #define sqlite3_unlock_notify sqlite3_api->unlock_notify89666 sqlite3_unlock_notify,113246 SQLITE_API int sqlite3_unlock_notify(
545 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
8799 SQLITE_API int sqlite3_unlock_notify(
9838 SQLITE_API int sqlite3_unlock_notify(123736 #define sqlite3_unlock_notify sqlite3_api->unlock_notify124202 sqlite3_unlock_notify,164913 SQLITE_API int sqlite3_unlock_notify(
3480 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()