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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmp_ext.h9 int __memp_alloc __P((DB_MPOOL *, REGINFO *, MPOOLFILE *, size_t, roff_t *, void *));
11 int __memp_bhwrite __P((DB_MPOOL *, DB_MPOOL_HASH *, MPOOLFILE *, BH *, int));
14 int __memp_bhfree __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *, BH *, u_int32_t));
31 char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
36 int __memp_mf_discard __P((DB_MPOOL *, MPOOLFILE *));
62 int __memp_bh_settxn __P((DB_MPOOL *, MPOOLFILE *mfp, BH *, void *));
64 int __memp_bh_freeze __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *, BH *, int *));
65 int __memp_bh_thaw __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *, BH *, BH *));
67 int __memp_init __P((ENV *, DB_MPOOL *, u_int, u_int32_t, u_int));
74 int __memp_resize __P((DB_MPOOL *, u_int32_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c15 static int __memp_add_bucket __P((DB_MPOOL *));
16 static int __memp_add_region __P((DB_MPOOL *));
17 static int __memp_map_regions __P((DB_MPOOL *));
19 __P((DB_MPOOL *, u_int32_t, u_int32_t, u_int32_t));
20 static int __memp_remove_bucket __P((DB_MPOOL *));
21 static int __memp_remove_region __P((DB_MPOOL *));
35 DB_MPOOL *dbmp;
115 DB_MPOOL *dbmp;
309 DB_MPOOL *dbmp;
338 DB_MPOOL *dbm
[all...]
H A Dmp_method.c192 DB_MPOOL *dbmp;
231 DB_MPOOL *dbmp;
264 DB_MPOOL *dbmp;
297 DB_MPOOL *dbmp;
329 DB_MPOOL *dbmp;
367 DB_MPOOL *dbmp;
401 DB_MPOOL *dbmp;
435 DB_MPOOL *dbmp;
475 DB_MPOOL *dbmp;
742 DB_MPOOL *dbm
[all...]
H A Dmp_register.c61 DB_MPOOL *dbmp;
H A Dmp_trickle.c52 DB_MPOOL *dbmp;
H A Dmp_sync.c45 DB_MPOOL *dbmp;
116 DB_MPOOL *dbmp;
258 DB_MPOOL *dbmp;
648 DB_MPOOL *dbmp;
777 DB_MPOOL *dbmp;
830 * PUBLIC: int __memp_mf_sync __P((DB_MPOOL *, MPOOLFILE *, int));
834 DB_MPOOL *dbmp;
886 DB_MPOOL *dbmp;
H A Dmp_stat.c20 DB_MPOOL *, const char *, BH *, roff_t *));
24 DB_MPOOL *, REGINFO *, roff_t *, u_int32_t));
82 DB_MPOOL *dbmp;
273 DB_MPOOL *dbmp;
306 DB_MPOOL *dbmp;
547 DB_MPOOL *dbmp;
573 __db_msg(env, "DB_MPOOL handle information:");
575 env, "DB_MPOOL handle mutex", dbmp->mutex, flags);
634 DB_MPOOL *dbmp;
694 DB_MPOOL *dbm
[all...]
H A Dmp_fopen.c17 static int __memp_mpf_alloc __P((DB_MPOOL *,
101 DB_MPOOL *dbmp;
581 DB_MPOOL *dbmp;
667 DB_MPOOL *dbmp;
803 DB_MPOOL *dbmp;
942 * PUBLIC: int __memp_mf_discard __P((DB_MPOOL *, MPOOLFILE *));
946 DB_MPOOL *dbmp;
1038 DB_MPOOL *dbmp;
H A Dmp_bh.c24 * PUBLIC: int __memp_bhwrite __P((DB_MPOOL *,
29 DB_MPOOL *dbmp;
470 DB_MPOOL *dbmp;
521 * PUBLIC: __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *, BH *, u_int32_t));
525 DB_MPOOL *dbmp;
H A Dmp_mvcc.c46 * PUBLIC: int __memp_bh_settxn __P((DB_MPOOL *, MPOOLFILE *mfp, BH *, void *));
50 DB_MPOOL *dbmp;
90 DB_MPOOL *dbmp;
144 * PUBLIC: int __memp_bh_freeze __P((DB_MPOOL *, REGINFO *, DB_MPOOL_HASH *,
149 DB_MPOOL *dbmp;
381 * PUBLIC: int __memp_bh_thaw __P((DB_MPOOL *, REGINFO *,
386 DB_MPOOL *dbmp;
H A Dmp_fput.c69 DB_MPOOL *dbmp;
337 DB_MPOOL *dbmp;
H A Dmp_region.c29 DB_MPOOL *dbmp;
42 /* Create and initialize the DB_MPOOL structure. */
171 * PUBLIC: __P((ENV *, DB_MPOOL *, u_int, u_int32_t, u_int));
176 DB_MPOOL *dbmp;
452 DB_MPOOL *dbmp;
535 /* Discard the DB_MPOOL thread mutex. */
563 /* Discard DB_MPOOL. */
H A Dmp_alloc.c21 * PUBLIC: int __memp_alloc __P((DB_MPOOL *,
26 DB_MPOOL *dbmp;
H A Dmp_fmethod.c537 * PUBLIC: char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
542 DB_MPOOL *dbmp;
H A Dmp_fget.c114 DB_MPOOL *dbmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmp.h50 * DB_MPOOL --
78 * DB_MPOOL registry of pgin/pgout functions.
282 DB_MPOOL *__t_dbmp; \
299 DB_MPOOL *__t_dbmp; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h618 DB_MPOOL *mp_handle; /* Mpool handle */
H A Ddb.h148 struct __db_mpool; typedef struct __db_mpool DB_MPOOL; typedef in typeref:struct:__db_mpool
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h617 DB_MPOOL *mp_handle; /* Mpool handle */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h616 DB_MPOOL *mp_handle; /* Mpool handle */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h620 DB_MPOOL *mp_handle; /* Mpool handle */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h617 DB_MPOOL *mp_handle; /* Mpool handle */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_int.h617 DB_MPOOL *mp_handle; /* Mpool handle */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c520 DB_MPOOL *dbmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c1328 DB_MPOOL *dbmp;

Completed in 284 milliseconds

12