Searched refs:__os_truncate (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_truncate.c14 * __os_truncate --
18 __os_truncate(env, fhp, pgno, pgsize) function
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_truncate.c14 * __os_truncate --
17 * PUBLIC: int __os_truncate __P((ENV *, DB_FH *, db_pgno_t, u_int32_t));
20 __os_truncate(env, fhp, pgno, pgsize) function
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_truncate.c14 * __os_truncate --
18 __os_truncate(env, fhp, pgno, pgsize) function
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dos_ext.h67 int __os_truncate __P((ENV *, DB_FH *, db_pgno_t, u_int32_t));
H A Dint_def.in1199 #define __os_truncate __os_truncate@DB_VERSION_UNIQUE_NAME@
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_method.c691 * If we are aborting an extend of a file, the call to __os_truncate
701 ret = __os_truncate(env,
H A Dmp_mvcc.c521 if ((ret = __os_truncate(env, fhp,

Completed in 180 milliseconds