Searched refs:__memp_set_flags (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dfop.h18 (void)__memp_set_flags((D)->mpf, DB_MPOOL_NOFILE, 1); \
23 (void)__memp_set_flags((D)->mpf, DB_MPOOL_NOFILE, 0); \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fmethod.c88 dbmfp->set_flags = __memp_set_flags;
199 * __memp_set_flags --
202 * PUBLIC: int __memp_set_flags __P((DB_MPOOLFILE *, u_int32_t, int));
205 __memp_set_flags(dbmfp, flags, onoff) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmp_ext.h23 int __memp_set_flags __P((DB_MPOOLFILE *, u_int32_t, int));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_remove.c329 (void)__memp_set_flags(dbp->mpf, DB_MPOOL_NOFILE, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c288 (void)__memp_set_flags(mpf, DB_MPOOL_UNLINK, 0);
431 (void)__memp_set_flags(mpf, DB_MPOOL_UNLINK, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c2197 (void)__memp_set_flags(db.mpf, DB_MPOOL_NOFILE, 1);

Completed in 59 milliseconds