Searched refs:DB_THREAD_INFO (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_setlsn.c16 static int __env_lsn_reset __P((ENV *, DB_THREAD_INFO *, const char *, int));
30 DB_THREAD_INFO *ip;
61 DB_THREAD_INFO *ip;
H A Ddb_rename.c20 static int __db_rename __P((DB *, DB_THREAD_INFO *,
22 static int __db_subdb_rename __P((DB *, DB_THREAD_INFO *,
40 DB_THREAD_INFO *ip;
150 DB_THREAD_INFO *ip;
203 DB_THREAD_INFO *ip;
228 * PUBLIC: int __db_rename_int __P((DB *, DB_THREAD_INFO *,
234 DB_THREAD_INFO *ip;
321 DB_THREAD_INFO *ip;
H A Ddb_setid.c18 DB_THREAD_INFO *, const char *, int));
32 DB_THREAD_INFO *ip;
63 DB_THREAD_INFO *ip;
H A Ddb_stati.c24 static int __db_print_stats __P((DB *, DB_THREAD_INFO *, u_int32_t));
25 static int __db_stat __P((DB *, DB_THREAD_INFO *, DB_TXN *, void *, u_int32_t));
41 DB_THREAD_INFO *ip;
79 DB_THREAD_INFO *ip;
158 DB_THREAD_INFO *ip;
197 * PUBLIC: int __db_stat_print __P((DB *, DB_THREAD_INFO *, u_int32_t));
202 DB_THREAD_INFO *ip;
228 DB_THREAD_INFO *ip;
H A Ddb_iface.c78 DB_THREAD_INFO *ip;
226 DB_THREAD_INFO *ip;
277 DB_THREAD_INFO *ip;
331 * PUBLIC: DB_THREAD_INFO *, DB_TXN *, DBC **, u_int32_t));
336 DB_THREAD_INFO *ip;
451 DB_THREAD_INFO *ip;
583 DB_THREAD_INFO *ip;
639 DB_THREAD_INFO *ip;
710 * PUBLIC: DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, u_int32_t));
715 DB_THREAD_INFO *i
[all...]
H A Ddb_remove.c22 DB_THREAD_INFO *, DB_TXN *, const char *, const char *));
39 DB_THREAD_INFO *ip;
149 DB_THREAD_INFO *ip;
198 * PUBLIC: int __db_remove __P((DB *, DB_THREAD_INFO *,
204 DB_THREAD_INFO *ip;
229 * PUBLIC: int __db_remove_int __P((DB *, DB_THREAD_INFO *,
235 DB_THREAD_INFO *ip;
377 DB_THREAD_INFO *ip;
H A Ddb_truncate.c34 DB_THREAD_INFO *ip;
116 * PUBLIC: int __db_truncate __P((DB *, DB_THREAD_INFO *, DB_TXN *,
122 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h27 int __db_master_open __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, u_int32_t, int, DB **));
28 int __db_master_update __P((DB *, DB *, DB_THREAD_INFO *, DB_TXN *, const char *, DBTYPE, mu_action, const char *, u_int32_t));
38 int __db_cursor_int __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBTYPE, db_pgno_t, int, DB_LOCKER *, DBC **));
39 int __db_put __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, u_int32_t));
40 int __db_del __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, u_int32_t));
42 int __db_associate __P((DB *, DB_THREAD_INFO *, DB_TXN *, DB *, int (*)(DB *, const DBT *, const DBT *, DBT *), u_int32_t));
119 int __db_txnlist_init __P((ENV *, DB_THREAD_INFO *, u_int32_t, u_int32_t, DB_LSN *, DB_TXNHEAD **));
136 int __db_cursor __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBC **, u_int32_t));
141 int __db_get __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, u_int32_t));
146 int __db_pget __P((DB *, DB_THREAD_INFO *, DB_TX
[all...]
H A Drep_ext.h28 int __rep_page_req __P((ENV *, DB_THREAD_INFO *, int, __rep_control_args *, DBT *));
30 int __rep_bulk_page __P((ENV *, DB_THREAD_INFO *, int, __rep_control_args *, DBT *));
31 int __rep_page __P((ENV *, DB_THREAD_INFO *, int, __rep_control_args *, DBT *));
32 int __rep_page_fail __P((ENV *, DB_THREAD_INFO *, int, __rep_control_args *, DBT *));
50 int __rep_log __P((ENV *, DB_THREAD_INFO *, __rep_control_args *, DBT *, time_t, DB_LSN *));
51 int __rep_bulk_log __P((ENV *, DB_THREAD_INFO *, __rep_control_args *, DBT *, time_t, DB_LSN *));
77 int __rep_apply __P((ENV *, DB_THREAD_INFO *, __rep_control_args *, DBT *, DB_LSN *, int *, DB_LSN *));
H A Dbtree_ext.h9 int __bam_compact __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
10 int __bam_cmp __P((DB *, DB_THREAD_INFO *, DB_TXN *, const DBT *, PAGE *, u_int32_t, int (*)(DB *, const DBT *, const DBT *), int *));
47 int __bam_open __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, db_pgno_t, u_int32_t));
49 int __bam_read_root __P((DB *, DB_THREAD_INFO *, DB_TXN *, db_pgno_t, u_int32_t));
50 int __bam_new_file __P((DB *, DB_THREAD_INFO *, DB_TXN *, DB_FH *, const char *));
51 int __bam_new_subdb __P((DB *, DB *, DB_THREAD_INFO *, DB_TXN *));
68 int __bam_reclaim __P((DB *, DB_THREAD_INFO *, DB_TXN *));
70 int __ram_open __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, db_pgno_t, u_int32_t));
101 int __bam_vrfy_itemorder __P((DB *, VRFY_DBINFO *, DB_THREAD_INFO *, PAGE *, db_pgno_t, u_int32_t, int, int, u_int32_t));
H A Dmp_ext.h16 int __memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, DB_THREAD_INFO *, DB_TXN *, u_int32_t, void *));
39 int __memp_fput __P((DB_MPOOLFILE *, DB_THREAD_INFO *, void *, DB_CACHE_PRIORITY));
40 int __memp_unpin_buffers __P((ENV *, DB_THREAD_INFO *));
41 int __memp_dirty __P((DB_MPOOLFILE *, void *, DB_THREAD_INFO *, DB_TXN *, DB_CACHE_PRIORITY, u_int32_t));
55 int __memp_ftruncate __P((DB_MPOOLFILE *, DB_THREAD_INFO *, db_pgno_t, u_int32_t));
H A Dfileops_ext.h39 int __fop_file_setup __P((DB *, DB_THREAD_INFO *ip, DB_TXN *, const char *, int, u_int32_t, u_int32_t *));
40 int __fop_subdb_setup __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, const char *, int, u_int32_t));
H A Dqam_ext.h39 int __qam_gen_filelist __P((DB *, DB_THREAD_INFO *, QUEUE_FILELIST **));
52 int __qam_open __P((DB *, DB_THREAD_INFO *, DB_TXN *, const char *, db_pgno_t, int, u_int32_t));
55 int __qam_new_file __P((DB *, DB_THREAD_INFO *, DB_TXN *, DB_FH *, const char *));
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h58 DB_THREAD_INFO *thread_info; /* Thread information. */
/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_method.c26 DB_THREAD_INFO *ip;
59 DB_THREAD_INFO *ip;
92 DB_THREAD_INFO *ip;
118 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_failchk.c35 DB_THREAD_INFO *ip;
164 DB_THREAD_INFO *ip, *np;
204 DB_THREAD_INFO *ip;
264 DB_THREAD_INFO *ip;
280 * PUBLIC: int __env_set_state __P((ENV *, DB_THREAD_INFO **, DB_THREAD_STATE));
285 DB_THREAD_INFO **ipp;
291 DB_THREAD_INFO *ip;
369 sizeof(DB_THREAD_INFO), &ip)) == 0) {
/macosx-10.9.5/BerkeleyDB-21/db/dist/template/
H A Drec_ctemp20 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_reclaim.c20 * PUBLIC: int __bam_reclaim __P((DB *, DB_THREAD_INFO *, DB_TXN *));
25 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_reclaim.c25 * PUBLIC: int __ham_reclaim __P((DB *, DB_THREAD_INFO *, DB_TXN *txn));
30 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_method.c147 DB_THREAD_INFO *ip;
180 DB_THREAD_INFO *ip;
430 DB_THREAD_INFO *ip;
491 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/log/
H A Dlog_method.c103 DB_THREAD_INFO *ip;
136 DB_THREAD_INFO *ip;
168 DB_THREAD_INFO *ip;
201 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_register.c30 DB_THREAD_INFO *ip;
H A Dmp_trickle.c28 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_stub.c125 DB_THREAD_INFO *ip;
176 DB_THREAD_INFO *ip;
191 DB_THREAD_INFO *ip;
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_recover.c72 DB_THREAD_INFO *ip;
143 DB_THREAD_INFO *ip;
273 * PUBLIC: int __txn_openfiles __P((ENV *, DB_THREAD_INFO *, DB_LSN *, int));
278 DB_THREAD_INFO *ip;

Completed in 301 milliseconds

12345