Home
last modified time | relevance | path

Searched refs:unlock_notify (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h230 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*); member
576 #define sqlite3_unlock_notify sqlite3_api->unlock_notify
H A Dsqlite3.c136663 int (*unlock_notify)(sqlite3*,void(*)(void**,int),void*);
137009 #define sqlite3_unlock_notify sqlite3_api->unlock_notify