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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFile.java40 return CacheFilePriority.fromFlag(mpf.get_priority());
H A DCursor.java1137 return CacheFilePriority.fromFlag(dbc.get_priority());
H A DDatabaseConfig.java2123 priority = CacheFilePriority.fromFlag(db.get_priority());
/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 DDbMpoolFile.java35 public int get_priority() throws com.sleepycat.db.DatabaseException { method in class:DbMpoolFile
H A DDbc.java60 public int get_priority() throws com.sleepycat.db.DatabaseException { method in class:Dbc
H A DDb.java373 public int get_priority() throws com.sleepycat.db.DatabaseException { method in class:Db
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dsort.c97 int get_priority(char *filename, struct stat *buf, int priority) function
185 priority = get_priority(dir->pathname, buf, priority);
195 add_priority_list(dir_ent, get_priority(dir_ent->pathname, buf, priority));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp119 DBC_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
H A Dcxx_mpool.cpp123 DB_MPOOLFILE_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
H A Dcxx_db.cpp589 DB_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c83 dbmfp->get_priority = __memp_get_priority;
445 "DB_MPOOLFILE->get_priority: unknown priority value: %d",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i279 DB_CACHE_PRIORITY get_priority() {
281 errno = self->get_priority(self, &ret);
560 DB_CACHE_PRIORITY get_priority() {
562 errno = self->get_priority(self, &ret);
1516 DB_CACHE_PRIORITY get_priority() {
1518 errno = self->get_priority(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.h214 virtual int get_priority(DB_CACHE_PRIORITY *);
357 int get_priority(DB_CACHE_PRIORITY *priorityp);
794 int get_priority(DB_CACHE_PRIORITY *priorityp);
H A Ddb.h605 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1435 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1680 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h215 virtual int get_priority(DB_CACHE_PRIORITY *);
358 int get_priority(DB_CACHE_PRIORITY *priorityp);
795 int get_priority(DB_CACHE_PRIORITY *priorityp);
H A Ddb.h593 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1423 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1668 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h215 virtual int get_priority(DB_CACHE_PRIORITY *);
358 int get_priority(DB_CACHE_PRIORITY *priorityp);
795 int get_priority(DB_CACHE_PRIORITY *priorityp);
H A Ddb.h632 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1462 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1707 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c245 dbp->get_priority = __db_get_priority;
H A Ddb_am.c195 dbc->get_priority = __dbc_get_priority;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h595 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1425 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1670 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h584 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1414 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1659 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h632 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *)); member in struct:__db_mpoolfile
1462 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *)); member in struct:__db
1707 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *)); member in struct:__dbc
/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.c1769 dbp->get_priority(dbp, (DB_CACHE_PRIORITY *)&replyp->priority);
2740 dbc->get_priority(dbc, (DB_CACHE_PRIORITY *)&replyp->priority);
/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.cpp1282 dbp->get_priority((DB_CACHE_PRIORITY *)&replyp->priority);
2414 dbc->get_priority((DB_CACHE_PRIORITY *)&replyp->priority);

Completed in 382 milliseconds

12