Home
last modified time | relevance | path

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

/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_am.c240 CDB___db_c_dup(orig_dbc, dbcp, flags) in CDB___db_c_dup() argument
241 DBC *orig_dbc; in CDB___db_c_dup()
249 PANIC_CHECK(orig_dbc->dbp->dbenv);
255 if (F_ISSET(orig_dbc, DBC_WRITER | DBC_WRITECURSOR) &&
259 dbp = orig_dbc->dbp;
262 if ((ret = dbp->cursor(dbp, orig_dbc->txn, &dbc, DB_DUPCURSOR)) != 0)
266 dbc->locker = orig_dbc->locker;
272 if ((ret = CDB___qam_c_dup(orig_dbc, dbc)) != 0)
277 if ((ret = CDB___bam_c_dup(orig_dbc, dbc)) != 0)
281 if ((ret = CDB___ham_c_dup(orig_dbc, dbc)) != 0)
[all …]
H A Dqam.c1151 CDB___qam_c_dup(orig_dbc, new_dbc) in CDB___qam_c_dup() argument
1152 DBC *orig_dbc, *new_dbc; in CDB___qam_c_dup()
1156 orig = orig_dbc->internal;
1168 if (orig_dbc->txn != NULL || orig->lock.off == LOCK_INVALID)
H A Dbt_cursor.c230 CDB___bam_c_dup(orig_dbc, new_dbc) in CDB___bam_c_dup() argument
231 DBC *orig_dbc, *new_dbc; in CDB___bam_c_dup()
235 orig = orig_dbc->internal;
257 if (orig_dbc->txn == NULL)
H A Dhash.c684 CDB___ham_c_dup(orig_dbc, new_dbc) in CDB___ham_c_dup() argument
685 DBC *orig_dbc, *new_dbc; in CDB___ham_c_dup()
689 orig = (HASH_CURSOR *)orig_dbc->internal;
721 if (orig->lock.off == LOCK_INVALID || orig_dbc->txn != NULL) {
/dports/databases/db5/db-5.3.28/src/heap/
H A Dheap_stub.c64 __heapc_dup(orig_dbc, new_dbc) in __heapc_dup() argument
65 DBC *orig_dbc, *new_dbc; in __heapc_dup()
68 return (__db_no_heap_am(orig_dbc->env));
H A Dheap.c2568 __heapc_dup(orig_dbc, new_dbc) in __heapc_dup() argument
2569 DBC *orig_dbc, *new_dbc; in __heapc_dup()
2573 orig = (HEAP_CURSOR *)orig_dbc->internal;
/dports/databases/db18/db-18.1.40/src/qam/
H A Dqam_stub.c79 __qamc_dup(orig_dbc, new_dbc) in __qamc_dup() argument
80 DBC *orig_dbc, *new_dbc; in __qamc_dup()
83 return (__db_no_queue_am(orig_dbc->env));
H A Dqam.c1627 __qamc_dup(orig_dbc, new_dbc) in __qamc_dup() argument
1628 DBC *orig_dbc, *new_dbc; in __qamc_dup()
1632 orig = (QUEUE_CURSOR *)orig_dbc->internal;
/dports/databases/db5/db-5.3.28/src/qam/
H A Dqam_stub.c79 __qamc_dup(orig_dbc, new_dbc) in __qamc_dup() argument
80 DBC *orig_dbc, *new_dbc; in __qamc_dup()
83 return (__db_no_queue_am(orig_dbc->env));
H A Dqam.c1582 __qamc_dup(orig_dbc, new_dbc) in __qamc_dup() argument
1583 DBC *orig_dbc, *new_dbc; in __qamc_dup()
1587 orig = (QUEUE_CURSOR *)orig_dbc->internal;
/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap_stub.c98 __heapc_dup(orig_dbc, new_dbc) in __heapc_dup() argument
99 DBC *orig_dbc, *new_dbc; in __heapc_dup()
102 return (__db_no_heap_am(orig_dbc->env));
H A Dheap.c2694 __heapc_dup(orig_dbc, new_dbc) in __heapc_dup() argument
2695 DBC *orig_dbc, *new_dbc; in __heapc_dup()
2699 orig = (HEAP_CURSOR *)orig_dbc->internal;
/dports/databases/db5/db-5.3.28/src/hash/
H A Dhash_stub.c149 __hamc_dup(orig_dbc, new_dbc) in __hamc_dup() argument
150 DBC *orig_dbc, *new_dbc; in __hamc_dup()
153 return (__db_no_hash_am(orig_dbc->env));
H A Dhash.c443 __hamc_dup(orig_dbc, new_dbc) in __hamc_dup() argument
444 DBC *orig_dbc, *new_dbc; in __hamc_dup()
448 orig = (HASH_CURSOR *)orig_dbc->internal;
/dports/databases/db5/db-5.3.28/src/db/
H A Dpartition.c878 DBC *orig_dbc, *new_dbc; local
886 orig_dbc = cp->sub_cursor;
916 if (orig_dbc == NULL)
926 if (orig_dbc == NULL)
951 if (orig_dbc == NULL || cp->part_id != part_id) {
954 new_dbc = orig_dbc;
980 if (new_dbc != orig_dbc && (ret = __dbc_close(new_dbc)) != 0)
989 if (new_dbc != orig_dbc) {
990 if (orig_dbc != NULL) {
992 if ((ret = __dbc_close(orig_dbc)) != 0)
[all …]
/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash_stub.c183 __hamc_dup(orig_dbc, new_dbc) in __hamc_dup() argument
184 DBC *orig_dbc, *new_dbc; in __hamc_dup()
187 return (__db_no_hash_am(orig_dbc->env));
H A Dhash.c442 __hamc_dup(orig_dbc, new_dbc) in __hamc_dup() argument
443 DBC *orig_dbc, *new_dbc; in __hamc_dup()
447 orig = (HASH_CURSOR *)orig_dbc->internal;
/dports/databases/db18/db-18.1.40/src/db/
H A Dpartition.c1071 DBC *orig_dbc, *new_dbc; local
1079 orig_dbc = cp->sub_cursor;
1109 if (orig_dbc == NULL)
1119 if (orig_dbc == NULL)
1144 if (orig_dbc == NULL || cp->part_id != part_id) {
1147 new_dbc = orig_dbc;
1173 if (new_dbc != orig_dbc && (ret = __dbc_close(new_dbc)) != 0)
1182 if (new_dbc != orig_dbc) {
1183 if (orig_dbc != NULL) {
1185 if ((ret = __dbc_close(orig_dbc)) != 0)
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dqam.c1056 CDB___qam_c_dup(orig_dbc, new_dbc) in CDB___qam_c_dup() argument
1057 DBC *orig_dbc, *new_dbc; in CDB___qam_c_dup()
1061 orig = (QUEUE_CURSOR *)orig_dbc->internal;
1068 if (orig_dbc->txn != NULL ||
1069 !STD_LOCKING(orig_dbc) || orig->lock.off == LOCK_INVALID)
H A Dhash.c742 CDB___ham_c_dup(orig_dbc, new_dbc) in CDB___ham_c_dup() argument
743 DBC *orig_dbc, *new_dbc; in CDB___ham_c_dup()
747 orig = (HASH_CURSOR *)orig_dbc->internal;
771 if (orig->lock.off == LOCK_INVALID || orig_dbc->txn != NULL)
1851 __ham_del_dups(orig_dbc, key) in __ham_del_dups() argument
1852 DBC *orig_dbc; in __ham_del_dups()
1860 if ((ret = orig_dbc->c_dup(orig_dbc, &dbc, 0)) != 0)
H A Dbt_cursor.c762 CDB___bam_c_dup(orig_dbc, new_dbc) in CDB___bam_c_dup() argument
763 DBC *orig_dbc, *new_dbc; in CDB___bam_c_dup()
768 orig = (BTREE_CURSOR *)orig_dbc->internal;
777 if (orig->lock.off != LOCK_INVALID && orig_dbc->txn == NULL) {
/dports/databases/db5/db-5.3.28/src/btree/
H A Dbt_cursor.c889 __bamc_dup(orig_dbc, new_dbc, flags) in __bamc_dup() argument
890 DBC *orig_dbc, *new_dbc; in __bamc_dup()
895 orig = (BTREE_CURSOR *)orig_dbc->internal;
904 return (__bamc_compress_dup(orig_dbc, new_dbc, flags));
H A Dbt_compress.c2744 __bamc_compress_dup(orig_dbc, new_dbc, flags) in __bamc_compress_dup() argument
2745 DBC *orig_dbc, *new_dbc; in __bamc_compress_dup()
2754 orig = (BTREE_CURSOR *)orig_dbc->internal;
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_cursor.c889 __bamc_dup(orig_dbc, new_dbc, flags) in __bamc_dup() argument
890 DBC *orig_dbc, *new_dbc; in __bamc_dup()
895 orig = (BTREE_CURSOR *)orig_dbc->internal;
904 return (__bamc_compress_dup(orig_dbc, new_dbc, flags));
H A Dbt_compress.c2751 __bamc_compress_dup(orig_dbc, new_dbc, flags) in __bamc_compress_dup() argument
2752 DBC *orig_dbc, *new_dbc; in __bamc_compress_dup()
2761 orig = (BTREE_CURSOR *)orig_dbc->internal;