Searched refs:sqlite3_unlock_notify (Results 1 – 4 of 4) sorted by relevance
554 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
9037 SQLITE_API int sqlite3_unlock_notify(
9343 SQLITE_API int sqlite3_unlock_notify(127868 #define sqlite3_unlock_notify sqlite3_api->unlock_notify128341 sqlite3_unlock_notify,171514 SQLITE_API int sqlite3_unlock_notify(
3507 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()