Searched refs:__fop_remove_setup (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dfileops_ext.h41 int __fop_remove_setup __P((DB *, DB_TXN *, const char *, u_int32_t));
H A Dint_def.in769 #define __fop_remove_setup __fop_remove_setup@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_rename.c275 if ((ret = __fop_remove_setup(dbp, txn, real_name, 0)) != 0)
H A Ddb_remove.c285 if ((ret = __fop_remove_setup(dbp, NULL, real_name, 0)) != 0)
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_util.c915 * __fop_remove_setup --
918 * PUBLIC: int __fop_remove_setup __P((DB *,
922 __fop_remove_setup(dbp, txn, name, flags) function

Completed in 200 milliseconds