Home
last modified time | relevance | path

Searched refs:BDB_EventNotifyDelegate (Results 1 – 8 of 8) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDelegates.cs34 internal delegate void BDB_EventNotifyDelegate(IntPtr dbenv, uint eventcode, byte[] event_info); in BDB_EventNotifyDelegate() method
H A DDB_ENV.cs972 internal int set_event_notify(BDB_EventNotifyDelegate callback) { in set_event_notify()
H A Dlibdb_csharpPINVOKE.cs866 public static extern int DB_ENV_set_event_notify(HandleRef jarg1, BDB_EventNotifyDelegate jarg2); in DB_ENV_set_event_notify()
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDelegates.cs34 internal delegate void BDB_EventNotifyDelegate(IntPtr dbenv, uint eventcode, byte[] event_info); in BDB_EventNotifyDelegate() method
H A DDB_ENV.cs1023 internal int set_event_notify(BDB_EventNotifyDelegate callback) { in set_event_notify()
H A Dlibdb_csharpPINVOKE.cs943 …vent_notify(global::System.Runtime.InteropServices.HandleRef jarg1, BDB_EventNotifyDelegate jarg2); in DB_ENV_set_event_notify()
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DDatabaseEnvironment.cs37 private BDB_EventNotifyDelegate doNotifyRef;
644 doNotifyRef = new BDB_EventNotifyDelegate(doNotify);
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DDatabaseEnvironment.cs40 private BDB_EventNotifyDelegate doNotifyRef;
804 doNotifyRef = new BDB_EventNotifyDelegate(doNotify);