Searched refs:DB_PREPLIST (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_recover.c63 * PUBLIC: __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
68 DB_PREPLIST *preplist;
102 * PUBLIC: DB_PREPLIST *, long, long *, u_int32_t));
107 DB_PREPLIST *preplist;
130 * PUBLIC: XID *, DB_PREPLIST *, long, long *, u_int32_t));
136 DB_PREPLIST *txns;
142 DB_PREPLIST *prepp;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dtxn_ext.h69 int __txn_recover_pp __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
70 int __txn_recover __P((ENV *, DB_PREPLIST *, long, long *, u_int32_t));
71 int __txn_get_prepared __P((ENV *, XID *, DB_PREPLIST *, long, long *, u_int32_t));
H A Drpc_client_ext.h37 int __dbcl_env_txn_recover __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
105 int __dbcl_env_txn_recover_ret __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t, __env_txn_recover_reply *));
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client_ret.c225 * PUBLIC: int __dbcl_env_txn_recover_ret __P((DB_ENV *, DB_PREPLIST *, long,
231 DB_PREPLIST * preplist;
237 DB_PREPLIST *prep;
H A Dgen_client.c701 * PUBLIC: int __dbcl_env_txn_recover __P((DB_ENV *, DB_PREPLIST *, long,
707 DB_PREPLIST * preplist;
/macosx-10.9.5/BerkeleyDB-21/db/xa/
H A Dxa.c27 __P((ENV *, XID *, DB_PREPLIST *, long, long *, u_int32_t));
199 DB_PREPLIST *txns;
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_typemaps.i489 JAVA_TYPEMAP(DB_PREPLIST *, com.sleepycat.db.PreparedTransaction[],
491 %typemap(out) DB_PREPLIST * {
H A Ddb.i1226 DB_PREPLIST *txn_recover(int count, u_int32_t flags) {
1227 DB_PREPLIST *preplist;
1232 (count + 1) * sizeof(DB_PREPLIST), &preplist)) != 0)
H A Ddb_java_wrap.c3201 SWIGINTERN DB_PREPLIST *DbEnv_txn_recover(struct DbEnv *self,int count,u_int32_t flags){
3202 DB_PREPLIST *preplist;
3207 (count + 1) * sizeof(DB_PREPLIST), &preplist)) != 0)
8778 DB_PREPLIST *result = 0 ;
8793 result = (DB_PREPLIST *)DbEnv_txn_recover(arg1,arg2,arg3);
/macosx-10.9.5/BerkeleyDB-21/db/dist/template/
H A Dgen_client_ret131 * PUBLIC: int __dbcl_env_txn_recover_ret __P((DB_ENV *, DB_PREPLIST *, long,
137 DB_PREPLIST * preplist;
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_txn.c738 DB_PREPLIST prep[DBTCL_PREP], *p;
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp993 DB_PREPLIST *c_preplist;
1005 ret = __os_malloc(dbenv->env, sizeof(DB_PREPLIST) * count,
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in165 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST;
2142 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h155 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST; typedef in typeref:struct:__db_preplist
2132 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h144 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST; typedef in typeref:struct:__db_preplist
2121 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h153 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST; typedef in typeref:struct:__db_preplist
2130 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h192 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST; typedef in typeref:struct:__db_preplist
2169 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h192 struct __db_preplist; typedef struct __db_preplist DB_PREPLIST; typedef in typeref:struct:__db_preplist
2169 __P((DB_ENV *, DB_PREPLIST *, long, long *, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_proc.c591 DB_PREPLIST *dbprep, *p;
605 if ((ret = __os_malloc(env, count * sizeof(DB_PREPLIST), &dbprep)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_method.c864 DB_PREPLIST prep[PREPLISTSIZE], *p;

Completed in 445 milliseconds