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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.h151 struct csr1212_keyval *associate; member in struct:csr1212_keyval
288 struct csr1212_keyval *associate);
380 (_kv->associate == NULL) ? \
384 (_kv = csr1212_get_keyval((_csr), _kv->associate)))
H A Dcsr1212.c224 kv->associate = NULL;
309 struct csr1212_keyval *associate)
311 BUG_ON(!kv || !associate || kv->key.id == CSR1212_KV_ID_DESCRIPTOR ||
312 (associate->key.id != CSR1212_KV_ID_DESCRIPTOR &&
313 associate->key.id != CSR1212_KV_ID_DEPENDENT_INFO &&
314 associate->key.id != CSR1212_KV_ID_EXTENDED_KEY &&
315 associate->key.id != CSR1212_KV_ID_EXTENDED_DATA &&
316 associate->key.id < 0x30) ||
318 associate->key.id != CSR1212_KV_ID_EXTENDED_KEY) ||
320 associate
308 csr1212_associate_keyval(struct csr1212_keyval *kv, struct csr1212_keyval *associate) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Ddb.c200 if ((ret = sdb->associate(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dgettingstarted_common.c157 my_stock->inventory_dbp->associate(
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c105 return p->associate(p, NULL, s, callback, flags);
108 return p->associate(p, s, callback, flags);
338 LOG(log_error, logtype_default, "cnid_open: Failed to associate didname database: %s",
344 LOG(log_error, logtype_default, "cnid_open: Failed to associate devino database: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c105 return p->associate(p, NULL, s, callback, flags);
108 return p->associate(p, s, callback, flags);
338 LOG(log_error, logtype_default, "cnid_open: Failed to associate didname database: %s",
344 LOG(log_error, logtype_default, "cnid_open: Failed to associate devino database: %s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/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),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dmount.testroot136 losetup -f filename (associate file with first loop device)

Completed in 331 milliseconds

123