Searched refs:associate (Results 1 - 25 of 60) sorted by relevance

123

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drpc003.tcl51 # Open and associate the secondaries
59 [$pdb associate [callback_n $i] $sdb] 0
104 # Attempt to send in a NULL callback to associate. It will
129 # Open and associate the secondaries
143 [eval {$pdb associate} "" $sdb] 0
169 set stat [catch {eval {$pdb associate} "" $sdb} ret]
177 set stat [catch {eval $pdb associate [callback_n 0] $sdb} ret]
H A Dtest098.tcl62 set ret [eval $adb associate $auto [callback_n 0] $bdb]
63 error_check_good associate $ret 0
H A Dsi006.tcl84 # Open and associate the secondaries, without -immutable_key.
85 puts "\tSi$tnum.a: Open primary and secondary databases and associate."
92 [$pdb associate [callback_n 0] $sdb1] 0
99 [$pdb associate [callback_n 1] $sdb2] 0
134 # Reopen and associate secondary without -immutable_key.
140 [$pdb associate [callback_n 0] $sdb1] 0
143 # Reopen and associate second secondary with -immutable_key.
149 [$pdb associate -immutable_key [callback_n 1] $sdb2] 0
H A Drep027.tcl119 # Open and associate a secondary.
123 error_check_good db_associate [$pdb associate [callback_n 0] $sdb] 0
161 [$clientpdb associate [callback_n 0] $clientsdb] 0
H A Dsi007.tcl12 # TEST create the secondaries and associate them with -create.
129 # Open and associate the secondaries, with -create.
141 [$pdb associate -create [callback_n $i] $sdb] 0
174 $pdb associate [callback_n 0] $sdb
H A Drep012.tcl130 error_check_good associate [$mpdb associate \
H A Dsi001.tcl110 # Open and associate the secondaries
121 [$pdb associate [callback_n $i] $sdb] 0
262 $pdb associate [callback_n 0] $sdb
H A Dsi003.tcl100 # Open and associate the secondaries
109 [$pdb associate -create [callback_n $i] $sdb] 0
143 # Open and associate the secondaries
153 [$pdb associate -create [callback_n $i] $sdb] 0
H A Dsi004.tcl114 # Open and associate the secondaries
123 [$pdb associate -create [callback_n $i] $sdb] 0
205 [$pdb associate -create [callback_n $i] $sdb] 0
H A Dsi008.tcl99 # Open and associate the secondaries
122 [$pdb associate [callback_n $i] $sdb] 0
259 $pdb associate [callback_n 0] $sdb
H A Dsijointest.tcl59 error_check_good zip_associate [$pdb associate sj_getzip $zipdb] 0
64 error_check_good name_associate [$pdb associate sj_getname $namedb] 0
H A Dsi002.tcl81 # Open and associate the secondaries
89 [$pdb associate [callback_n $i] $sdb] 0
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSecondaryConfig.java266 * The multi-key creator must be set before the call to associate
271 primary.associate(txn, db, keyCreator, associateFlags);
294 // XXX: There is no way to find out what flags were passed to associate.
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_put.c132 * The DB_TXN argument to Db.associate was added in
135 DB_BENCH_ASSERT(dbp->associate(
138 DB_BENCH_ASSERT(dbp->associate(
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-3.3.t59 # db->associate -- secondary keys
85 # associate primary with secondary
86 ok 9, $primary->associate($secondary, \&sec_key) == 0;
173 # db->associate -- multiple secondary keys
176 # db->associate -- same again but when DB_DUP is specified.
180 # db->associate -- secondary keys, each with a user defined sort
209 # associate primary with secondary
210 ok 47, $primary->associate($secondary, \&sec_key2) == 0;
245 # db->associate -- primary recno, secondary hash
271 # associate primar
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_put.c131 * The DB_TXN argument to Db.associate was added in
134 DB_BENCH_ASSERT(dbp->associate(
137 DB_BENCH_ASSERT(dbp->associate(
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Ddb.c200 if ((ret = sdb->associate(
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/getting_started/
H A Dgettingstarted_common.c157 my_stock->inventory_dbp->associate(
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp77 inventoryDB.getDb().associate(NULL,
H A Dexcxx_example_database_load.cpp87 inventoryDB.getDb().associate(NULL,
/macosx-10.9.5/BerkeleyDB-21/db/docs/ref/am/
H A Dsecond.javas71 dbp.associate(sdbp, new GetName(), 0);
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A Dsecond.javas71 dbp.associate(sdbp, new GetName(), 0);
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbind.tcl44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp426 /* associate callback - doesn't quite fit the pattern because of the flags */
427 DB_CALLBACK_C_INTERCEPT(associate,
432 int Db::associate(DbTxn *txn, Db *secondary, int (*callback)(Db *, const Dbt *, function in class:Db
442 return ((*(cthis->associate))(cthis, unwrap(txn), unwrap(secondary),
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbind.tcl44 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.

Completed in 226 milliseconds

123