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

12

/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_mpool.cpp91 (void *pgaddr, DB_CACHE_PRIORITY priority, u_int32_t flags),
123 DB_MPOOLFILE_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
125 DB_MPOOLFILE_METHOD(set_priority, (DB_CACHE_PRIORITY priority),
H A Dcxx_dbc.cpp119 DBC_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
121 DBC_METHOD(set_priority, (DB_CACHE_PRIORITY pri), (dbc, pri), DB_RETOK_STD)
H A Dcxx_db.cpp589 DB_METHOD(get_priority, (DB_CACHE_PRIORITY *priorityp),
591 DB_METHOD(set_priority, (DB_CACHE_PRIORITY priority),
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drpc_client_ext.h53 int __dbcl_db_get_priority __P((DB *, DB_CACHE_PRIORITY *));
72 int __dbcl_db_set_priority __P((DB *, DB_CACHE_PRIORITY));
85 int __dbcl_dbc_get_priority __P((DBC *, DB_CACHE_PRIORITY *));
88 int __dbcl_dbc_set_priority __P((DBC *, DB_CACHE_PRIORITY));
H A Dmp_ext.h38 int __memp_fput_pp __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
39 int __memp_fput __P((DB_MPOOLFILE *, DB_THREAD_INFO *, void *, DB_CACHE_PRIORITY));
41 int __memp_dirty __P((DB_MPOOLFILE *, void *, DB_THREAD_INFO *, DB_TXN *, DB_CACHE_PRIORITY, u_int32_t));
H A Dqam_ext.h35 int __qam_fprobe __P((DBC *, db_pgno_t, void *, qam_probe_mode, DB_CACHE_PRIORITY, u_int32_t));
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fmethod.c19 static int __memp_get_priority __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
20 static int __memp_set_priority __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
425 DB_CACHE_PRIORITY *priorityp;
460 DB_CACHE_PRIORITY priority;
H A Dmp_fset.c21 * PUBLIC: DB_THREAD_INFO *, DB_TXN *, DB_CACHE_PRIORITY, u_int32_t));
29 DB_CACHE_PRIORITY priority;
H A Dmp_fput.c22 * PUBLIC: __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
28 DB_CACHE_PRIORITY priority;
58 * PUBLIC: DB_THREAD_INFO *, void *, DB_CACHE_PRIORITY));
65 DB_CACHE_PRIORITY priority;
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_method.c50 static int __db_set_priority __P((DB *, DB_CACHE_PRIORITY));
51 static int __db_get_priority __P((DB *, DB_CACHE_PRIORITY *));
929 DB_CACHE_PRIORITY priority;
938 DB_CACHE_PRIORITY *priority;
H A Ddb_am.c23 static int __dbc_set_priority __P((DBC *, DB_CACHE_PRIORITY));
24 static int __dbc_get_priority __P((DBC *, DB_CACHE_PRIORITY* ));
1026 DB_CACHE_PRIORITY priority;
1035 DB_CACHE_PRIORITY *priority;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_cxx.in214 virtual int get_priority(DB_CACHE_PRIORITY *);
261 virtual int set_priority(DB_CACHE_PRIORITY);
357 int get_priority(DB_CACHE_PRIORITY *priorityp);
360 int set_priority(DB_CACHE_PRIORITY priority);
794 int get_priority(DB_CACHE_PRIORITY *priorityp);
797 int put(void *pgaddr, DB_CACHE_PRIORITY priority, u_int32_t flags);
805 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.in542 } DB_CACHE_PRIORITY;
605 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
607 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
615 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1233 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1435 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1482 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1629 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1680 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1683 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_cxx.h215 virtual int get_priority(DB_CACHE_PRIORITY *);
262 virtual int set_priority(DB_CACHE_PRIORITY);
358 int get_priority(DB_CACHE_PRIORITY *priorityp);
361 int set_priority(DB_CACHE_PRIORITY priority);
795 int get_priority(DB_CACHE_PRIORITY *priorityp);
798 int put(void *pgaddr, DB_CACHE_PRIORITY priority, u_int32_t flags);
806 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.h530 } DB_CACHE_PRIORITY; typedef in typeref:enum:__anon197
593 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
595 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
603 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1221 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1423 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1470 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1617 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1668 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1671 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_cxx.h215 virtual int get_priority(DB_CACHE_PRIORITY *);
262 virtual int set_priority(DB_CACHE_PRIORITY);
358 int get_priority(DB_CACHE_PRIORITY *priorityp);
361 int set_priority(DB_CACHE_PRIORITY priority);
795 int get_priority(DB_CACHE_PRIORITY *priorityp);
798 int put(void *pgaddr, DB_CACHE_PRIORITY priority, u_int32_t flags);
806 int set_priority(DB_CACHE_PRIORITY priority);
H A Ddb.h569 } DB_CACHE_PRIORITY; typedef in typeref:enum:__anon252
632 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
634 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
642 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1260 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1462 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1509 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1656 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1707 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1710 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Ddb.i33 typedef int DB_CACHE_PRIORITY;
279 DB_CACHE_PRIORITY get_priority() {
280 DB_CACHE_PRIORITY ret;
459 db_ret_t set_priority(DB_CACHE_PRIORITY priority) {
560 DB_CACHE_PRIORITY get_priority() {
561 DB_CACHE_PRIORITY ret;
577 db_ret_t set_priority(DB_CACHE_PRIORITY priority) {
1516 DB_CACHE_PRIORITY get_priority() {
1517 DB_CACHE_PRIORITY ret;
1523 db_ret_t set_priority(DB_CACHE_PRIORITY priorit
[all...]
H A Ddb_java_wrap.c2591 SWIGINTERN DB_CACHE_PRIORITY Db_get_priority(struct Db *self){
2592 DB_CACHE_PRIORITY ret;
2698 SWIGINTERN db_ret_t Db_set_priority(struct Db *self,DB_CACHE_PRIORITY priority){
2766 SWIGINTERN DB_CACHE_PRIORITY Dbc_get_priority(struct Dbc *self){
2767 DB_CACHE_PRIORITY ret;
2777 SWIGINTERN db_ret_t Dbc_set_priority(struct Dbc *self,DB_CACHE_PRIORITY priority){
3375 SWIGINTERN DB_CACHE_PRIORITY DbMpoolFile_get_priority(struct DbMpoolFile *self){
3376 DB_CACHE_PRIORITY ret;
3380 SWIGINTERN db_ret_t DbMpoolFile_set_priority(struct DbMpoolFile *self,DB_CACHE_PRIORITY priority){
4263 DB_CACHE_PRIORITY resul
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h532 } DB_CACHE_PRIORITY; typedef in typeref:enum:__anon148
595 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
597 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
605 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1223 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1425 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1472 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1619 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1670 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1673 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h521 } DB_CACHE_PRIORITY; typedef in typeref:enum:__anon173
584 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
586 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
594 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1212 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1414 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1461 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1608 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1659 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1662 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h569 } DB_CACHE_PRIORITY; typedef in typeref:enum:__anon228
632 int (*get_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY *));
634 int (*put) __P((DB_MPOOLFILE *, void *, DB_CACHE_PRIORITY, u_int32_t));
642 int (*set_priority) __P((DB_MPOOLFILE *, DB_CACHE_PRIORITY));
1260 DB_CACHE_PRIORITY priority; /* Database priority in cache. */
1462 int (*get_priority) __P((DB *, DB_CACHE_PRIORITY *));
1509 int (*set_priority) __P((DB *, DB_CACHE_PRIORITY));
1656 DB_CACHE_PRIORITY priority; /* Priority in cache. */
1707 int (*get_priority) __P((DBC *, DB_CACHE_PRIORITY *));
1710 int (*set_priority) __P((DBC *, DB_CACHE_PRIORITY));
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_proc.c1769 dbp->get_priority(dbp, (DB_CACHE_PRIORITY *)&replyp->priority);
1789 ret = dbp->set_priority(dbp, (DB_CACHE_PRIORITY)priority);
2740 dbc->get_priority(dbc, (DB_CACHE_PRIORITY *)&replyp->priority);
2760 ret = dbc->set_priority(dbc, (DB_CACHE_PRIORITY)priority);
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1282 dbp->get_priority((DB_CACHE_PRIORITY *)&replyp->priority);
1298 ret = dbp->set_priority((DB_CACHE_PRIORITY)priority);
2414 dbc->get_priority((DB_CACHE_PRIORITY *)&replyp->priority);
2430 ret = dbc->set_priority((DB_CACHE_PRIORITY)priority);
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client.c1403 * PUBLIC: int __dbcl_db_get_priority __P((DB *, DB_CACHE_PRIORITY *));
1408 DB_CACHE_PRIORITY * priorityp;
1436 *priorityp = (DB_CACHE_PRIORITY)replyp->priority;
2294 * PUBLIC: int __dbcl_db_set_priority __P((DB *, DB_CACHE_PRIORITY));
2299 DB_CACHE_PRIORITY priority;
2841 * PUBLIC: int __dbcl_dbc_get_priority __P((DBC *, DB_CACHE_PRIORITY *));
2846 DB_CACHE_PRIORITY * priorityp;
2874 *priorityp = (DB_CACHE_PRIORITY)replyp->priority;
2997 * PUBLIC: int __dbcl_dbc_set_priority __P((DBC *, DB_CACHE_PRIORITY));
3002 DB_CACHE_PRIORITY priorit
[all...]

Completed in 261 milliseconds

12