|
int CDB___db_join |
( |
DB * |
primary, |
|
|
DBC ** |
curslist, |
|
|
DBC ** |
dbcp, |
|
|
u_int32_t |
flags | |
|
) |
| | |
Definition at line 79 of file db_join.c.
References __db_join_close(), __db_join_cmp(), __db_join_del(), __db_join_get(), __db_join_put(), CDB___db_joinchk(), CDB___os_calloc(), CDB___os_free(), CDB___os_malloc(), COMPQUIET, __db_dbt::data, DB_DBT_USERMEM, DB_JOIN_NOSORT, DB_POSITIONI, dbenv, __dbc::dbp, F_SET, __dbc::internal, __join_cursor::j_curslist, __join_cursor::j_exhausted, __join_cursor::j_fdupcurs, __join_cursor::j_key, __join_cursor::j_ncurs, __join_cursor::j_primary, __join_cursor::j_workcurs, LF_ISSET, MUTEX_THREAD_LOCK, MUTEX_THREAD_UNLOCK, NULL, PANIC_CHECK, TAILQ_INSERT_TAIL, and __db_dbt::ulen.
Referenced by __db_init().
|