Searched refs:join (Results 76 - 88 of 88) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/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);
H A Ddb.h1225 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1470 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1677 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1188 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1433 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1640 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1177 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1422 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1629 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1198 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1443 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1650 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1186 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1431 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1638 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1225 #define DB_REP_JOIN_FAILURE (-30980)/* Unable to join replication group. */
1470 int (*join) __P((DB *, DBC **, DBC **, u_int32_t)); member in struct:__db
1677 * another cursor, a DB handle, a join cursor, etc. In general, it
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3443 softCrash("join needs Berkeley DB 2.5.2 or later") ;
3458 softCrash("attempted to do a self-join");
3463 if ((db->Status = ((db->dbp)->join)(db->dbp, cursor_list, flags, &join_cursor)) == 0){
3465 if ((db->Status = ((db->dbp)->join)(db->dbp, cursor_list, &join_cursor, flags)) == 0){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c2178 * If we are using a transaction, set the join activity timer
2190 * If we are using a txn, the join cursor points to the
2192 * then all the curslist cursors must point to the join
2194 * curlist cursors while the join cursor is active.
2196 * we know they are part of a join list and we can distinguish
2197 * them and later restore them when the join cursor is closed.
2204 * really just a way to distinguish which join dbc this
2206 * not used at all during its lifetime as part of a join
2213 if ((ret = dbp->join(dbp, jcurs, &dbc, flags)) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1908 * If we are using a transaction, set the join activity timer
1920 * If we are using a txn, the join cursor points to the
1922 * then all the curslist cursors must point to the join
1924 * curlist cursors while the join cursor is active.
1926 * we know they are part of a join list and we can distinguish
1927 * them and later restore them when the join cursor is closed.
1934 * really just a way to distinguish which join dbc this
1936 * not used at all during its lifetime as part of a join
1943 if ((ret = dbp->join(jcurs, &dbc, flags)) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dip-cref.tex2213 Note that it is impossible to join protocol multicast groups
2226 --- the device to join/leave this multicast address.
2741 must join the solicited node multicast address to listen for the corresponding
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3238 dbp->join = __dbcl_db_join;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c2629 errno = self->join(self, curslist, &dbcp, flags);

Completed in 333 milliseconds

1234