Searched refs:curslist (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbscript.tcl86 set curslist {}
99 lappend curslist $dbc
158 set dbcinfo [random_cursor $curslist]
210 set dbcinfo [random_cursor $curslist]
254 set dbcinfo [random_cursor $curslist]
294 set dbcinfo [random_cursor $curslist]
333 foreach i $curslist {
H A Dtest107.tcl113 set curslist [list $c2t $ct2 $c2t2 $ct]
128 foreach cursor $curslist {
H A Djoin.tcl335 set curslist ""
347 lappend curslist $curs
362 set join_curs [eval {$p join} $curslist]
428 foreach i $curslist {
H A Dsdbutils.tcl122 set curslist ""
H A Dtestutils.tcl876 proc random_cursor { curslist } {
880 set x [berkdb random_int 0 [expr [llength $curslist] - 1]]
881 set dbc [lindex $curslist $x]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_join.c62 * The curslist is an array of existing, initialized cursors and primary
64 * cursors in the curslist is used as the key into the primary and that
71 __db_join(primary, curslist, dbcp, flags)
73 DBC **curslist, **dbcp;
100 for (jc->j_curslist = curslist;
109 ncurs = (size_t)(jc->j_curslist - curslist);
169 for (i = 0; curslist[i] != NULL; i++) {
170 jc->j_curslist[i] = curslist[i];
186 * solid reason to use workcurs[0] rather than curslist[0] in
208 dbc->txn = curslist[
[all...]
H A Ddb_iface.c887 __db_join_pp(primary, curslist, dbcp, flags)
889 DBC **curslist, **dbcp;
903 __db_rep_enter(primary, 1, 0, curslist[0]->txn != NULL)) != 0) {
908 if ((ret = __db_join_arg(primary, curslist, flags)) == 0)
909 ret = __db_join(primary, curslist, dbcp, flags);
924 __db_join_arg(primary, curslist, flags)
926 DBC **curslist;
943 if (curslist == NULL || curslist[0] == NULL) {
949 txn = curslist[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp296 DB_METHOD(join, (Dbc **curslist, Dbc **cursorp, u_int32_t flags),
297 (db, (DBC **)curslist, (DBC **)cursorp, flags), DB_RETOK_STD)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java397 public Dbc join(Dbc[] curslist, int flags) throws com.sleepycat.db.DatabaseException { argument
398 long cPtr = db_javaJNI.Db_join(swigCPtr, this, curslist, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1458 /* {{{ proto DBCursor DB4::join(array $curslist [, long $flags])
1464 DBC **curslist; local
1481 curslist = (DBC **) calloc(sizeof(DBC *), num_cursors + 1);
1485 curslist[i] = php_db4_getDbcFromObj(*z_cursor TSRMLS_CC);
1487 rv = db->join(db, curslist, &dbcp, flags);
1488 free(curslist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i85 %newobject Db::join(DBC **curslist, u_int32_t flags);
325 DBC *join(DBC **curslist, u_int32_t flags) {
327 errno = self->join(self, curslist, &dbcp, flags);
H A Ddb_java_wrap.c2627 SWIGINTERN DBC *Db_join(struct Db *self,DBC **curslist,u_int32_t flags){ argument
2629 errno = self->join(self, curslist, &dbcp, flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h222 virtual int join(Dbc **curslist, Dbc **dbcp, u_int32_t flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h223 virtual int join(Dbc **curslist, Dbc **dbcp, u_int32_t flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h223 virtual int join(Dbc **curslist, Dbc **dbcp, u_int32_t flags);

Completed in 298 milliseconds