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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestGetSetMethods.cpp67 db_h->set_lorder(0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c94 dbp->set_lorder(dbp, bi->lorder);
114 dbp->set_lorder(dbp, hi->lorder);
205 dbp->set_lorder(dbp, ri->lorder);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp580 DB_METHOD(set_lorder, (int db_lorder), (db, db_lorder),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c265 dbp->set_lorder = __db_set_lorder;
812 DB_ILLEGAL_AFTER_OPEN(dbp, "DB->set_lorder");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2026 db.set_lorder(byteOrder);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs1302 (void)dbp->set_lorder(dbp, (int)SvIV(*svp)) ;
1341 (void)dbp->set_lorder(dbp, (int)SvIV(*svp)) ;
1377 status = dbp->set_lorder(dbp, (int)SvIV(*svp)) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c697 NUMBER(name, value, "db_lorder", set_lorder, int); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c682 NUMBER(name, value, "db_lorder", set_lorder, int); \
/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.java444 public void set_lorder(int lorder) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_lorder(swigCPtr, this, lorder); } 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.i439 db_ret_t set_lorder(int lorder) {
440 return self->set_lorder(self, lorder);
H A Ddb_java_wrap.c2693 return self->set_lorder(self, lorder);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h256 virtual int set_lorder(int);
H A Ddb.h1477 int (*set_lorder) __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.h257 virtual int set_lorder(int);
H A Ddb.h1465 int (*set_lorder) __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.h257 virtual int set_lorder(int);
H A Ddb.h1504 int (*set_lorder) __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.h1467 int (*set_lorder) __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.h1456 int (*set_lorder) __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.h1504 int (*set_lorder) __P((DB *, int)); member in struct:__db
/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.c1307 ret = dbp->set_lorder(dbp, lorder);
/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.cpp1125 ret = dbp->set_lorder(lorder);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3277 dbp->set_lorder = __dbcl_db_set_lorder;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c1790 ret = (*dbp)->set_lorder(*dbp, intarg);
1792 DB_RETOK_STD(ret), "set_lorder");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs1523 Status = dbp->set_lorder(dbp, info->db_lorder) ;
1524 Trace(("set_lorder [%d] returned %s\n",

Completed in 422 milliseconds