Searched refs:sqlite3_unlock_notify (Results 1 – 4 of 4) sorted by relevance
576 #define sqlite3_unlock_notify sqlite3_api->unlock_notify macro
9455 SQLITE_API int sqlite3_unlock_notify(
9768 SQLITE_API int sqlite3_unlock_notify(137009 #define sqlite3_unlock_notify sqlite3_api->unlock_notify137504 sqlite3_unlock_notify,185016 SQLITE_API int sqlite3_unlock_notify(
3541 if( sqlite3_unlock_notify(pDb->db, xNotify, pNotifyArg) ){ in DbObjCmd()