Searched refs:sqlite3_unlock_notify (Results 1 – 4 of 4) sorted by relevance
578 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
9679 SQLITE_API int sqlite3_unlock_notify(
9998 SQLITE_API int sqlite3_unlock_notify(138924 #define sqlite3_unlock_notify sqlite3_api->unlock_notify139421 sqlite3_unlock_notify,187881 SQLITE_API int sqlite3_unlock_notify(
3596 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()