Home
last modified time | relevance | path

Searched refs:DB_VERB_FILEOPS (Results 1 – 25 of 96) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DVerboseMessages.cs103 ret |= FileOps ? DbConstants.DB_VERB_FILEOPS : 0;
126 ret |= FileOps ? 0 : DbConstants.DB_VERB_FILEOPS;
150 ret.FileOps = ((flags & DbConstants.DB_VERB_FILEOPS) != 0); in FromFlags()
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DVerboseMessages.cs117 ret |= FileOps ? DbConstants.DB_VERB_FILEOPS : 0;
143 ret |= FileOps ? 0 : DbConstants.DB_VERB_FILEOPS;
170 ret.FileOps = ((flags & DbConstants.DB_VERB_FILEOPS) != 0); in FromFlags()
/dports/databases/db18/db-18.1.40/src/os/
H A Dos_rmdir.c29 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_rename.c31 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_mkdir.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_truncate.c41 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_unlink.c31 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_stat.c32 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dos_rmdir.c29 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_mkdir.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_truncate.c42 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_rename.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_map.c177 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
198 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_unlink.c32 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
/dports/databases/db5/db-5.3.28/src/os_windows/
H A Dos_mkdir.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_rename.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_truncate.c41 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_map.c165 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
186 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_unlink.c32 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
/dports/databases/db5/db-5.3.28/src/os/
H A Dos_mkdir.c30 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_rename.c31 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_truncate.c39 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
H A Dos_unlink.c31 FLD_ISSET(dbenv->verbose, DB_VERB_FILEOPS | DB_VERB_FILEOPS_ALL))
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DVerboseConfig.java31 new VerboseConfig("FILEOPS", DbConstants.DB_VERB_FILEOPS);
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DVerboseConfig.java31 new VerboseConfig("FILEOPS", DbConstants.DB_VERB_FILEOPS);

1234