Searched refs:DB_COMPACT (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat.i48 JAVA_STAT_CLASS(DB_COMPACT *, com.sleepycat.db.CompactStats, compact)
49 %typemap(freearg) DB_COMPACT * %{ __dbj_fill_compact(jenv, $input, $1); %}
50 %typemap(in) DB_COMPACT * (DB_COMPACT compact) %{
51 memset(&compact, 0, sizeof (DB_COMPACT));
H A Ddb.i116 DB_COMPACT *c_data, u_int32_t flags, DBT *end) {
H A Ddb_java_wrap.c2489 SWIGINTERN db_ret_t Db_compact(struct Db *self,DB_TXN *txnid,DBT *start,DBT *stop,DB_COMPACT *c_data,u_int32_t flags,DBT *end){
3589 DB_COMPACT *arg5 = (DB_COMPACT *) 0 ;
3595 DB_COMPACT compact5 ;
3613 memset(&compact5, 0, sizeof (DB_COMPACT));
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_compact.c20 PAGE **, u_int32_t, int, DB_COMPACT *, int *));
22 DBT *, DBT *, u_int32_t, int *, DB_COMPACT *, int *));
26 DBC *, u_int32_t, DBT *, DB_COMPACT *,int *));
27 static int __bam_merge_internal __P((DBC *, DBC *, int, DB_COMPACT *, int *));
28 static int __bam_merge_pages __P((DBC *, DBC *, DB_COMPACT *));
29 static int __bam_merge_records __P((DBC *, DBC*, u_int32_t, DB_COMPACT *));
30 static int __bam_truncate_internal_overflow __P((DBC *, PAGE *, DB_COMPACT *));
32 db_pgno_t, db_pgno_t, DB_COMPACT *));
35 PAGE *, u_int32_t, DB_COMPACT *));
42 DB_THREAD_INFO *, DB_TXN *, DB_COMPACT *));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dtcl_db.h82 DB_COMPACT *c_data;
H A Ddb.in141 struct __db_compact; typedef struct __db_compact DB_COMPACT;
1408 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
H A Ddb_cxx.in191 Dbt *stop, DB_COMPACT *c_data, u_int32_t flags, Dbt *end);
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_ext.h148 int __db_compact_pp __P((DB *, DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
170 int __db_pg_truncate __P((DBC *, DB_TXN *, db_pglist_t *list, DB_COMPACT *, u_int32_t *, db_pgno_t *, DB_LSN *, int));
173 int __db_free_truncate __P((DB *, DB_THREAD_INFO *, DB_TXN *, u_int32_t, DB_COMPACT *, db_pglist_t **, u_int32_t *, db_pgno_t *));
H A Dbtree_ext.h9 int __bam_compact __P((DB *, DB_THREAD_INFO *, DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_meta.c587 * PUBLIC: db_pglist_t *list, DB_COMPACT *, u_int32_t *, db_pgno_t *,
596 DB_COMPACT *c_data;
684 * PUBLIC: u_int32_t, DB_COMPACT *, db_pglist_t **, u_int32_t *,
694 DB_COMPACT *c_data;
H A Ddb_iface.c1660 * PUBLIC: DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
1667 DB_COMPACT *c_data;
1671 DB_COMPACT *dp, l_data;
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp216 DB_COMPACT *c_data, u_int32_t flags, Dbt *end),
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h131 struct __db_compact; typedef struct __db_compact DB_COMPACT; typedef in typeref:struct:__db_compact
1398 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h120 struct __db_compact; typedef struct __db_compact DB_COMPACT; typedef in typeref:struct:__db_compact
1387 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h129 struct __db_compact; typedef struct __db_compact DB_COMPACT; typedef in typeref:struct:__db_compact
1396 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
H A Ddb_cxx.h192 Dbt *stop, DB_COMPACT *c_data, u_int32_t flags, Dbt *end);
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h168 struct __db_compact; typedef struct __db_compact DB_COMPACT; typedef in typeref:struct:__db_compact
1435 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h168 struct __db_compact; typedef struct __db_compact DB_COMPACT; typedef in typeref:struct:__db_compact
1435 DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *));
H A Ddb_cxx.h192 Dbt *stop, DB_COMPACT *c_data, u_int32_t flags, Dbt *end);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c3116 1, sizeof(DB_COMPACT), &ip->i_cdata)) != 0) {
3190 DB_COMPACT *rp;
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.xs3933 DB_COMPACT cmpt;
3934 DB_COMPACT* cmpt_p = NULL;
3941 Zero(&cmpt, 1, DB_COMPACT) ;
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c3207 (int (*)(DB *, DB_TXN *, DBT *, DBT *, DB_COMPACT *, u_int32_t, DBT *))

Completed in 419 milliseconds