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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFile.java64 mpf.set_priority(priority.getFlag());
H A DCursor.java1146 referenced again. The DBcursor->set_priority method is only advisory, and
1157 dbc.set_priority(priority.getFlag());
H A DDatabaseConfig.java2045 db.set_priority(priority.getFlag());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbMpoolFile.java39 public void set_priority(int priority) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbMpoolFile_set_priority(swigCPtr, this, priority); } method in class:DbMpoolFile
H A DDbc.java72 public void set_priority(int priority) throws com.sleepycat.db.DatabaseException { db_javaJNI.Dbc_set_priority(swigCPtr, this, priority); } method in class:Dbc
H A DDb.java448 public void set_priority(int priority) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_set_priority(swigCPtr, this, priority); } method in class:Db
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp121 DBC_METHOD(set_priority, (DB_CACHE_PRIORITY pri), (dbc, pri), DB_RETOK_STD)
H A Dcxx_mpool.cpp125 DB_MPOOLFILE_METHOD(set_priority, (DB_CACHE_PRIORITY priority),
H A Dcxx_db.cpp591 DB_METHOD(set_priority, (DB_CACHE_PRIORITY priority),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_sysfs_br.c176 static void set_priority(struct net_bridge *br, unsigned long val) function
184 return store_bridge_parm(d, buf, len, set_priority);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c93 dbmfp->set_priority = __memp_set_priority;
480 "DB_MPOOLFILE->set_priority: unknown priority value: %d",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i459 db_ret_t set_priority(DB_CACHE_PRIORITY priority) {
460 return self->set_priority(self, priority);
577 db_ret_t set_priority(DB_CACHE_PRIORITY priority) {
578 return self->set_priority(self, priority);
1523 db_ret_t set_priority(DB_CACHE_PRIORITY priority) {
1524 return self->set_priority(self, priority);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h261 virtual int set_priority(DB_CACHE_PRIORITY);
360 int set_priority(DB_CACHE_PRIORITY priority);
805 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.h534 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
615 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1482 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1683 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h262 virtual int set_priority(DB_CACHE_PRIORITY);
361 int set_priority(DB_CACHE_PRIORITY priority);
806 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.h522 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
603 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1470 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1671 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h262 virtual int set_priority(DB_CACHE_PRIORITY);
361 int set_priority(DB_CACHE_PRIORITY priority);
806 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.h561 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
642 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1509 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1710 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c270 dbp->set_priority = __db_set_priority;
H A Ddb_am.c194 dbc->set_priority = __dbc_set_priority;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h524 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
605 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1472 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1673 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h513 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
594 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1461 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1662 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h561 /* Priority values for DB_MPOOLFILE->{put,set_priority}. */
642 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY)); member in struct:__db_mpoolfile
1509 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY)); member in struct:__db
1710 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY)); member in struct:__dbc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1789 ret = dbp->set_priority(dbp, (DB_CACHE_PRIORITY)priority);
2760 ret = dbc->set_priority(dbc, (DB_CACHE_PRIORITY)priority);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1298 ret = dbp->set_priority((DB_CACHE_PRIORITY)priority);
2430 ret = dbc->set_priority((DB_CACHE_PRIORITY)priority);

Completed in 402 milliseconds

12