Searched defs:compress (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/web-agents-v4/zlib/
H A Dcompress.c0 /* compress.c -- compress a memory buffer
62 int ZEXPORT compress (dest, destLen, source, sourceLen) function
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DIOUtilsTest.java105 private byte[] getObjectStreamBytes(Object in, boolean compress) throws IOException { argument
108 final ObjectOutputStream objectOutputStream = compress
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DIOUtilsTest.java105 private byte[] getObjectStreamBytes(Object in, boolean compress) throws IOException { argument
108 final ObjectOutputStream objectOutputStream = compress
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/src/server/org/opends/server/tasks/
H A DBackupTask.java127 private boolean compress; field in class:BackupTask
225 compress = TaskUtils.getBoolean(attrList, false);
488 backupConfig.setCompressData(compress);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DBackUpDB.java137 private BooleanArgument compress = null; field in class:BackUpDB
248 compress = new BooleanArgument(
249 "compress", OPTION_SHORT_COMPRESS,
252 argParser.addArgument(compress);
462 if (compress.getValue() != null &&
463 !compress.getValue().equals(
464 compress.getDefaultValue())) {
466 values.add(ByteString.valueOf(compress.getValue()));
1000 backupConfig.setCompressData(compress.isPresent());
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DCryptoManager.java342 * Attempts to compress the data in the provided source array into
350 * @param src The array containing the raw data to compress.
353 * compress.
360 * not possible to actually compress the data.
362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
377 * @param src The array containing the raw data to compress.
380 * compress.
/forgerock/opendj2/src/server/org/opends/server/tasks/
H A DBackupTask.java126 private boolean compress; field in class:BackupTask
224 compress = TaskUtils.getBoolean(attrList, false);
487 backupConfig.setCompressData(compress);
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DBackUpDB.java139 private BooleanArgument compress = null; field in class:BackUpDB
233 compress = new BooleanArgument(
234 "compress", OPTION_SHORT_COMPRESS,
237 argParser.addArgument(compress);
448 if (compress.getValue() != null &&
449 !compress.getValue().equals(
450 compress.getDefaultValue())) {
452 values.add(ByteString.valueOf(compress.getValue()));
989 backupConfig.setCompressData(compress.isPresent());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DCryptoManager.java341 * Attempts to compress the data in the provided source array into
349 * @param src The array containing the raw data to compress.
352 * compress.
359 * not possible to actually compress the data.
361 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
376 * @param src The array containing the raw data to compress.
379 * compress.
/forgerock/opendj2.6.2/src/server/org/opends/server/tasks/
H A DBackupTask.java127 private boolean compress; field in class:BackupTask
225 compress = TaskUtils.getBoolean(attrList, false);
488 backupConfig.setCompressData(compress);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DBackUpDB.java137 private BooleanArgument compress = null; field in class:BackUpDB
248 compress = new BooleanArgument(
249 "compress", OPTION_SHORT_COMPRESS,
252 argParser.addArgument(compress);
462 if (compress.getValue() != null &&
463 !compress.getValue().equals(
464 compress.getDefaultValue())) {
466 values.add(ByteString.valueOf(compress.getValue()));
1000 backupConfig.setCompressData(compress.isPresent());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DCryptoManager.java342 * Attempts to compress the data in the provided source array into
350 * @param src The array containing the raw data to compress.
353 * compress.
360 * not possible to actually compress the data.
362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
377 * @param src The array containing the raw data to compress.
380 * compress.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java127 private boolean compress; field in class:BackupTask
225 compress = TaskUtils.getBoolean(attrList, false);
488 backupConfig.setCompressData(compress);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DBackUpDB.java137 private BooleanArgument compress = null; field in class:BackUpDB
248 compress = new BooleanArgument(
249 "compress", OPTION_SHORT_COMPRESS,
252 argParser.addArgument(compress);
462 if (compress.getValue() != null &&
463 !compress.getValue().equals(
464 compress.getDefaultValue())) {
466 values.add(ByteString.valueOf(compress.getValue()));
1000 backupConfig.setCompressData(compress.isPresent());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DCryptoManager.java342 * Attempts to compress the data in the provided source array into
350 * @param src The array containing the raw data to compress.
353 * compress.
360 * not possible to actually compress the data.
362 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
377 * @param src The array containing the raw data to compress.
380 * compress.
/forgerock/opendj2-hg/src/server/org/opends/server/tasks/
H A DBackupTask.java126 private boolean compress; field in class:BackupTask
224 compress = TaskUtils.getBoolean(attrList, false);
487 backupConfig.setCompressData(compress);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DBackUpDB.java139 private BooleanArgument compress = null; field in class:BackUpDB
233 compress = new BooleanArgument(
234 "compress", OPTION_SHORT_COMPRESS,
237 argParser.addArgument(compress);
448 if (compress.getValue() != null &&
449 !compress.getValue().equals(
450 compress.getDefaultValue())) {
452 values.add(ByteString.valueOf(compress.getValue()));
989 backupConfig.setCompressData(compress.isPresent());
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DCryptoManager.java341 * Attempts to compress the data in the provided source array into
349 * @param src The array containing the raw data to compress.
352 * compress.
359 * not possible to actually compress the data.
361 int compress(byte[] src, int srcOff, int srcLen, method in interface:CryptoManager
376 * @param src The array containing the raw data to compress.
379 * compress.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DBackupTask.java99 private boolean compress; field in class:BackupTask
170 compress = TaskUtils.getBoolean(attrList, false);
411 backupConfig.setCompressData(compress);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackUpDB.java145 private BooleanArgument compress; field in class:BackUpDB
241 compress = new BooleanArgument(
242 "compress", OPTION_SHORT_COMPRESS,
245 argParser.addArgument(compress);
400 addIfHasValue(attributes, ATTR_TASK_BACKUP_COMPRESS, compress);
810 backupConfig.setCompressData(compress.isPresent());

Completed in 150 milliseconds

123