Searched refs:__memp_fclose (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_files.c145 if (mpf != NULL && (ret = __memp_fclose(mpf, 0)) != 0)
187 if ((ret = __memp_fclose(mpf, 0)) != 0)
269 (void)__memp_fclose(mpf, 0);
326 __memp_fclose(mpf, 0)) != 0 && ret == 0)
376 ret = __memp_fclose(mpf, 0);
436 if ((ret = __memp_fclose(mpf, 0)) != 0)
H A Dqam_method.c78 if (mpf != NULL && (t_ret = __memp_fclose(mpf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmp_ext.h35 int __memp_fclose __P((DB_MPOOLFILE *, u_int32_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_sync.c759 (t_ret = __memp_fclose(dbmfp, DB_MPOOL_NOLOCK)) != 0 && ret == 0)
929 if ((ret = __memp_fclose(dbmfp, 0)) != 0)
H A Dmp_bh.c153 (void)__memp_fclose(dbmfp, 0);
H A Dmp_fopen.c787 REPLICATION_WRAP(env, (__memp_fclose(dbmfp, 0)), 0, ret);
793 * __memp_fclose --
796 * PUBLIC: int __memp_fclose __P((DB_MPOOLFILE *, u_int32_t));
799 __memp_fclose(dbmfp, flags) function
H A Dmp_region.c524 if ((t_ret = __memp_fclose(dbmfp, 0)) != 0 && ret == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb.c643 (void)__memp_fclose(dbp->mpf, 0);
962 if ((t_ret = __memp_fclose(dbp->mpf,
H A Ddb_method.c185 (void)__memp_fclose(dbp->mpf, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c560 t_ret = __memp_fclose(mpf, 0);
1897 ret = __memp_fclose(rep->file_mpf, 0);
2199 (void)__memp_fclose(db.mpf, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c61 (void)__memp_fclose((D)->mpf, (F)); \

Completed in 211 milliseconds