Searched refs:DbLogc (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_logc.cpp26 DbLogc::~DbLogc()
31 int DbLogc::close(u_int32_t _flags)
40 DB_ERROR(dbenv2, "DbLogc::close", ret, ON_ERROR_UNKNOWN);
46 int DbLogc::get(DbLsn *get_lsn, Dbt *data, u_int32_t _flags)
56 "DbLogc::get", data, ON_ERROR_UNKNOWN);
59 "DbLogc::get", ret, ON_ERROR_UNKNOWN);
66 int DbLogc::version(u_int32_t *versionp, u_int32_t _flags)
75 "DbLogc::version", ret, ON_ERROR_UNKNOWN);
H A Dcxx_env.cpp467 // The following cast implies that DbLogc can be no larger than DB_LOGC
468 DBENV_METHOD(log_cursor, (DbLogc **cursorp, u_int32_t flags),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbLogc.java14 public class DbLogc { class
18 protected DbLogc(long cPtr, boolean cMemoryOwn) { method in class:DbLogc
23 protected static long getCPtr(DbLogc obj) {
H A Ddb_javaJNI.java295 /* package */ final static native void DbLogc_close0(long jarg1, DbLogc jarg1_, int jarg2);
296 public final static native int DbLogc_get(long jarg1, DbLogc jarg1_, com.sleepycat.db.LogSequenceNumber jarg2, com.sleepycat.db.DatabaseEntry jarg3, int jarg4) throws com.sleepycat.db.DatabaseException;
297 public final static native int DbLogc_version(long jarg1, DbLogc jarg1_, int jarg2) throws com.sleepycat.db.DatabaseException;
H A DDbEnv.java426 public DbLogc log_cursor(int flags) throws com.sleepycat.db.DatabaseException {
428 return (cPtr == 0) ? null : new DbLogc(cPtr, true);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLogCursor.java12 import com.sleepycat.db.internal.DbLogc;
23 /* package */ DbLogc logc;
25 /* package */ LogCursor(final DbLogc logc) {
30 static LogCursor wrap(DbLogc logc) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestLogc.cpp58 DbLogc *logc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h71 class DbLogc; // forward
541 virtual int log_cursor(DbLogc **cursorp, u_int32_t flags);
743 class _exported DbLogc : protected DB_LOGC class in inherits:DB_LOGC
758 DbLogc();
759 ~DbLogc();
762 DbLogc(const Dbc &);
763 DbLogc &operator = (const Dbc &);
772 friend class DbLogc; // friendship needed to cast to base class
979 friend class DbLogc;
H A DMakefile414 $(JAVA_SLEEPYCAT)/db/internal/DbLogc.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h72 class DbLogc; // forward
542 virtual int log_cursor(DbLogc **cursorp, u_int32_t flags);
744 class _exported DbLogc : protected DB_LOGC class in inherits:DB_LOGC
759 DbLogc();
760 ~DbLogc();
763 DbLogc(const Dbc &);
764 DbLogc &operator = (const Dbc &);
773 friend class DbLogc; // friendship needed to cast to base class
980 friend class DbLogc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h72 class DbLogc; // forward
542 virtual int log_cursor(DbLogc **cursorp, u_int32_t flags);
744 class _exported DbLogc : protected DB_LOGC class in inherits:DB_LOGC
759 DbLogc();
760 ~DbLogc();
763 DbLogc(const Dbc &);
764 DbLogc &operator = (const Dbc &);
773 friend class DbLogc; // friendship needed to cast to base class
980 friend class DbLogc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i63 #define DbLogc __db_log_cursor
78 struct DbLogc; typedef struct DbLogc DB_LOGC;
1460 struct DbLogc
H A Ddb_java.i554 %typemap(javacode) struct DbLogc %{
H A Ddb_java_wrap.c2467 #define DbLogc __db_log_cursor macro
3364 SWIGINTERN db_ret_t DbLogc_close(struct DbLogc *self,u_int32_t flags){
3367 SWIGINTERN int DbLogc_get(struct DbLogc *self,DB_LSN *lsn,DBT *data,u_int32_t flags){
3370 SWIGINTERN u_int32_t DbLogc_version(struct DbLogc *self,u_int32_t flags){
9837 struct DbLogc *arg1 = (struct DbLogc *) 0 ;
9844 arg1 = *(struct DbLogc **)&jarg1;
9862 struct DbLogc *arg1 = (struct DbLogc *) 0 ;
9873 arg1 = *(struct DbLogc **)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in412 $(JAVA_SLEEPYCAT)/db/internal/DbLogc.java \

Completed in 208 milliseconds