Home
last modified time | relevance | path

Searched refs:DB_REPMGR_SITE (Results 1 – 25 of 61) sorted by relevance

123

/dports/databases/db5/db-5.3.28/lang/csharp/src/Internal/
H A DDB_REPMGR_SITE.cs14 internal class DB_REPMGR_SITE : IDisposable { class
18 internal DB_REPMGR_SITE(IntPtr cPtr, bool cMemoryOwn) { in DB_REPMGR_SITE() method in BerkeleyDB.Internal.DB_REPMGR_SITE
23 internal static HandleRef getCPtr(DB_REPMGR_SITE obj) { in getCPtr()
27 ~DB_REPMGR_SITE() { in ~DB_REPMGR_SITE()
79 internal DB_REPMGR_SITE() : this(libdb_csharpPINVOKE.new_DB_REPMGR_SITE(), true) { in DB_REPMGR_SITE() method in BerkeleyDB.Internal.DB_REPMGR_SITE
/dports/databases/db18/db-18.1.40/lang/csharp/src/Internal/
H A DDB_REPMGR_SITE.cs16 internal class DB_REPMGR_SITE : global::System.IDisposable { class
20 internal DB_REPMGR_SITE(global::System.IntPtr cPtr, bool cMemoryOwn) { in DB_REPMGR_SITE() method in BerkeleyDB.Internal.DB_REPMGR_SITE
25 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DB_REPMGR_SITE obj) { in getCPtr()
29 ~DB_REPMGR_SITE() { in ~DB_REPMGR_SITE()
92 internal DB_REPMGR_SITE() : this(libdb_csharpPINVOKE.new_DB_REPMGR_SITE(), true) { in DB_REPMGR_SITE() method in BerkeleyDB.Internal.DB_REPMGR_SITE
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_stat.c222 DB_REPMGR_SITE *list;
310 DB_REPMGR_SITE **listp;
332 DB_REPMGR_SITE **listp;
335 DB_REPMGR_SITE *status;
383 array_size = sizeof(DB_REPMGR_SITE) * count;
H A Drepmgr_stub.c199 DB_REPMGR_SITE **listp;
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr_stat.c169 DB_REPMGR_SITE *list;
247 DB_REPMGR_SITE **listp;
251 DB_REPMGR_SITE *status;
303 array_size = sizeof(DB_REPMGR_SITE) * count;
H A Drepmgr_stub.c135 DB_REPMGR_SITE **listp;
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DRepMgrSite.cs38 internal RepMgrSite(DB_REPMGR_SITE site) { in RepMgrSite()
H A Ddb_dotnet.csproj86 <Compile Include="Internal\DB_REPMGR_SITE.cs"/>
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DRepMgrSite.cs50 internal RepMgrSite(DB_REPMGR_SITE site) { in RepMgrSite()
/dports/databases/db18/db-18.1.40/lang/csharp/libdb_csharp/
H A Ddb_csharp_wrap.c3786 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_eid_set___()
3797 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_eid_get___()
3808 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_host_set___()
3822 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_host_get___()
3833 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_port_set___()
3844 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_port_get___()
3855 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_status_set___()
3866 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_status_get___()
3877 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_flags_set___()
3888 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_BerkeleyDBfInternal_DB_REPMGR_SITE_flags_get___()
[all …]
H A Ddb.i257 %typemap(csout) DB_REPMGR_SITE *repmgr_site_list(u_int *countp, u_int *sizep, int *err) {
277 ret[i] = new RepMgrSite(new DB_REPMGR_SITE(val, false));
1169 } DB_REPMGR_SITE; typedef
1840 %typemap(cstype) DB_REPMGR_SITE * "RepMgrSite[]"
1841 %typemap(imtype) DB_REPMGR_SITE * "IntPtr"
1843 DB_REPMGR_SITE *repmgr_site_list(u_int *countp, u_int32_t *sizep, int *err) {
1844 DB_REPMGR_SITE *listp = NULL;
1847 *sizep = sizeof(DB_REPMGR_SITE);
/dports/databases/db5/db-5.3.28/lang/csharp/libdb_csharp/
H A Ddb_csharp_wrap.c3320 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_eid_set()
3331 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_eid_get()
3342 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_host_set()
3356 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_host_get()
3367 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_port_set()
3378 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_port_get()
3389 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_status_set()
3400 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_status_get()
3411 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_flags_set()
3422 DB_REPMGR_SITE *arg1 = (DB_REPMGR_SITE *) 0 ; in CSharp_DB_REPMGR_SITE_flags_get()
[all …]
H A Ddb.i88 struct __db_repmgrsite; typedef struct __db_repmgrsite DB_REPMGR_SITE; typedef
250 %typemap(csout) DB_REPMGR_SITE *repmgr_site_list(u_int *countp, u_int *sizep, int *err) {
270 ret[i] = new RepMgrSite(new DB_REPMGR_SITE(val, false));
997 } DB_REPMGR_SITE; typedef
1643 %typemap(cstype) DB_REPMGR_SITE * "RepMgrSite[]"
1644 %typemap(imtype) DB_REPMGR_SITE * "IntPtr"
1646 DB_REPMGR_SITE *repmgr_site_list(u_int *countp, u_int32_t *sizep, int *err) {
1647 DB_REPMGR_SITE *listp = NULL;
1650 *sizep = sizeof(DB_REPMGR_SITE);
/dports/databases/db18/db-18.1.40/src/dbinc_auto/
H A Drepmgr_ext.h189 int __repmgr_site_list_pp __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
190 int __repmgr_site_list_int __P((ENV *, u_int *, DB_REPMGR_SITE **));
222 int __repmgr_site_list_pp __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
H A Denv_ext.h177 int __repmgr_site_list_pp __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
/dports/databases/db5/db-5.3.28/src/dbinc_auto/
H A Drepmgr_ext.h154 int __repmgr_site_list __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
174 int __repmgr_site_list __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
H A Denv_ext.h131 int __repmgr_site_list __P((DB_ENV *, u_int *, DB_REPMGR_SITE **));
/dports/databases/db18/db-18.1.40/lang/csharp/src/VS10/
H A Ddb_dotnet.csproj82 <Compile Include="..\\Internal\DB_REPMGR_SITE.cs"/>
/dports/databases/db18/db-18.1.40/lang/csharp/src/VS12/
H A Ddb_dotnet.csproj82 <Compile Include="..\\Internal\DB_REPMGR_SITE.cs"/>
/dports/databases/db18/db-18.1.40/lang/csharp/src/VS15/
H A Ddb_dotnet.csproj82 <Compile Include="..\\Internal\DB_REPMGR_SITE.cs"/>
/dports/databases/db18/db-18.1.40/dist/
H A DChangeLog97 group. The DB_REPMGR_SITE structure now contains a max_ack_lsn field that
99 replica. The DB_REPMGR_SITE structure now also sets a new flag value
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h170 typedef struct __db_repmgr_site DB_REPMGR_SITE; typedef
2396 DB_REPMGR_SITE **));
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h170 typedef struct __db_repmgr_site DB_REPMGR_SITE; typedef
2396 DB_REPMGR_SITE **));
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h170 typedef struct __db_repmgr_site DB_REPMGR_SITE; typedef
2396 DB_REPMGR_SITE **));
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/buildheader/
H A Ddb-4.6.19.h170 typedef struct __db_repmgr_site DB_REPMGR_SITE; typedef
2396 DB_REPMGR_SITE **));

123