Home
last modified time | relevance | path

Searched refs:mdbp (Results 1 – 25 of 52) sorted by relevance

123

/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_rename.c344 DB *mdbp; local
349 mdbp = NULL;
365 if ((ret = __db_master_open(dbp, ip, txn, name, 0, 0, &mdbp)) != 0)
368 if ((ret = __db_master_update(mdbp, dbp, ip, txn, subdb, dbp->type,
372 if ((ret = __memp_fget(mdbp->mpf, &dbp->meta_pgno,
377 (mdbp->cur_locker != NULL) ? mdbp->cur_locker : mdbp->locker,
381 ret = __memp_fput(mdbp->mpf, ip, meta, dbp->priority);
386 if ((ret = __db_master_update(mdbp, dbp, ip, txn,
395 __memp_fput(mdbp->mpf, ip, meta, dbp->priority)) != 0 && ret == 0)
398 if (mdbp != NULL && (t_ret = __db_close(mdbp, txn,
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_rename.c323 DB *mdbp; local
328 mdbp = NULL;
344 if ((ret = __db_master_open(dbp, ip, txn, name, 0, 0, &mdbp)) != 0)
347 if ((ret = __db_master_update(mdbp, dbp, ip, txn, subdb, dbp->type,
351 if ((ret = __memp_fget(mdbp->mpf, &dbp->meta_pgno,
356 (mdbp->cur_locker != NULL) ? mdbp->cur_locker : mdbp->locker,
360 ret = __memp_fput(mdbp->mpf, ip, meta, dbp->priority);
365 if ((ret = __db_master_update(mdbp, dbp, ip, txn,
374 __memp_fput(mdbp->mpf, ip, meta, dbp->priority)) != 0 && ret == 0)
377 if (mdbp != NULL && (t_ret = __db_close(mdbp, txn,
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb.c110 DB *mdbp; local
116 mdbp = NULL;
318 if ((t_ret = mdbp->close(mdbp, 0)) != 0 && ret == 0)
443 DB *mdbp; in __db_master_update()
466 if ((ret = mdbp->cursor(mdbp, mdbp->open_txn, &dbc, 0)) != 0)
536 if ((ret = mdbp->cursor(mdbp, mdbp->open_txn, &ndbc, 0)) != 0)
634 if ((t_ret = mdbp->sync(mdbp, 0)) != 0 && ret == 0)
1540 DB *mdbp; local
1605 if (mdbp != NULL && (t_ret = mdbp->close(mdbp, 0)) != 0 && ret == 0)
1758 DB *mdbp; local
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb.c103 DB *mdbp; local
109 mdbp = NULL;
234 dbp->pgsize = mdbp->pgsize;
285 if (mdbp != NULL) {
289 if ((t_ret = mdbp->close(mdbp, 0)) != 0 && ret == 0)
399 DB *mdbp; in CDB___db_master_update()
415 if ((ret = mdbp->cursor(mdbp, mdbp->open_txn, &dbc, 0)) != 0)
498 if ((t_ret = mdbp->sync(mdbp, 0)) != 0 && ret == 0)
1318 DB *mdbp; local
1325 mdbp = NULL;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c25 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
26 DB *mdbp, *sdbp; in __db_master_update()
32 if ((ret = __db_cursor(mdbp, txn, &dbc,
38 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c25 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
26 DB *mdbp, *sdbp; in __db_master_update()
32 if ((ret = __db_cursor(mdbp, txn, &dbc,
38 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c25 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
26 DB *mdbp, *sdbp; in __db_master_update()
32 if ((ret = __db_cursor(mdbp, txn, &dbc,
38 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags) in __db_master_update() argument
31 DB *mdbp, *sdbp;
37 if ((ret = __db_cursor(mdbp, txn, &dbc,
43 if ((ret = __memp_fget(mdbp->mpf, &sdbp->meta_pgno, 0, &p)) != 0)

123