Searched refs:get_byteswapped (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp264 int Db::get_byteswapped(int *isswapped) function in class:Db
267 return (db->get_byteswapped(db, isswapped));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c230 dbp->get_byteswapped = __db_get_byteswapped;
390 DB_ILLEGAL_BEFORE_OPEN(dbp, "DB->get_byteswapped");
/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 DDb.java330 public boolean get_byteswapped() throws com.sleepycat.db.DatabaseException { return db_javaJNI.Db_get_byteswapped(swigCPtr, this); } method in class:Db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i171 int_bool get_byteswapped() {
173 errno = self->get_byteswapped(self, &ret);
H A Ddb_java_wrap.c2519 errno = self->get_byteswapped(self, &ret);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h200 virtual int get_byteswapped(int *);
H A Ddb.h1417 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h201 virtual int get_byteswapped(int *);
H A Ddb.h1405 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h201 virtual int get_byteswapped(int *);
H A Ddb.h1444 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1407 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1396 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1444 int (*get_byteswapped) __P((DB *, int *)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3564 db->dbp->get_byteswapped(db->dbp, &RETVAL) ;
3566 RETVAL = db->dbp->get_byteswapped(db->dbp) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1402 (void)dbp->get_byteswapped(dbp, &isswapped);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1207 (void)dbp->get_byteswapped(&isswapped);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c278 ret = dbp->get_byteswapped(dbp, &intval);

Completed in 416 milliseconds